Test results for amd64, hertz, crypto_aead/aes128gcmv1
[Page version: 20241028 01:32:29]
Measurements for amd64, hertz, crypto_aead
Test results for amd64, hertz, crypto_aead
Test results for crypto_aead/aes128gcmv1
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_aead
Primitive: aes128gcmv1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
5846 | 1021 0 0 | 21534 876 1064 | T:opensslnew | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
5943 | 1134 0 0 | 25955 900 1192 | T:opensslnew | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
5943 | 902 0 0 | 26581 908 1096 | T:opensslnew | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
5961 | 902 0 0 | 26549 908 1096 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
5962 | 892 0 0 | 22823 900 1096 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
7035 | 14497 0 0 | 37925 804 1192 | T:dolbeau/aesenc-int | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
7625 | 5897 0 0 | 25152 780 1064 | T:dolbeau/aesenc-int | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
1665865 | 6745 0 16 | 32078 828 1128 | T:ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
1723448 | 4569 0 16 | 29886 828 1128 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
1837275 | 3876 0 16 | 27757 804 1224 | T:ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
1856911 | 1714 0 16 | 23288 820 1128 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
14148294 | 1885 0 16 | 21536 780 1096 | T:ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
Compiler output
aesenc-int.c: aesenc-int.c:24:9: warning: "_bswap64" redefined
aesenc-int.c: 24 | #define _bswap64(a) __builtin_bswap64(a)
aesenc-int.c: | ^~~~~~~~
aesenc-int.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/include/x86gprintrin.h:33,
aesenc-int.c: from /usr/lib/gcc/x86_64-linux-gnu/14/include/immintrin.h:27,
aesenc-int.c: from aesenc-int.c:11:
aesenc-int.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/ia32intrin.h:273:9: note: this is the location of the previous definition
aesenc-int.c: 273 | #define _bswap64(a) __bswapq(a)
aesenc-int.c: | ^~~~~~~~
aesenc-int.c: aesenc-int.c:25:9: warning: "_bswap" redefined
aesenc-int.c: 25 | #define _bswap(a) __builtin_bswap32(a)
aesenc-int.c: | ^~~~~~
aesenc-int.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/ia32intrin.h:307:9: note: this is the location of the previous definition
aesenc-int.c: 307 | #define _bswap(a) __bswapd(a)
aesenc-int.c: | ^~~~~~
aesenc-int.c: aesenc-int.c: In function 'aesni_key128_expand':
aesenc-int.c: aesenc-int.c:41:25: warning: unused variable 'temp2' [-Wunused-variable]
aesenc-int.c: 41 | __m128i temp0, temp1, temp2, temp4;
aesenc-int.c: | ^~~~~
aesenc-int.c: aesenc-int.c: In function 'aesni_encrypt1':
aesenc-int.c: aesenc-int.c:76: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
aesenc-int.c: 76 | #pragma unroll(9)
aesenc-int.c: aesenc-int.c: In function 'addmul':
aesenc-int.c: aesenc-int.c:195:64: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
aesenc-int.c: 195 | unsigned long long mask = -1ull ^ (1ull<<(((16-xlen)%8)*8))-1ull;
aesenc-int.c: ...
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:dolbeau/aesenc-int | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:dolbeau/aesenc-int | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
aesenc-int.c: aesenc-int.c:41:25: warning: unused variable 'temp2' [-Wunused-variable]
aesenc-int.c: 41 | __m128i temp0, temp1, temp2, temp4;
aesenc-int.c: | ^~~~~
aesenc-int.c: aesenc-int.c:248:17: warning: unused variable 'rev' [-Wunused-variable]
aesenc-int.c: 248 | const __m128i rev = _mm_set_epi8(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15);
aesenc-int.c: | ^~~
aesenc-int.c: aesenc-int.c:342:15: warning: unused variable 'tmplo' [-Wunused-variable]
aesenc-int.c: 342 | __m128i lo, tmplo, hi, tmphi;
aesenc-int.c: | ^~~~~
aesenc-int.c: aesenc-int.c:342:26: warning: unused variable 'tmphi' [-Wunused-variable]
aesenc-int.c: 342 | __m128i lo, tmplo, hi, tmphi;
aesenc-int.c: | ^~~~~
aesenc-int.c: aesenc-int.c:446:15: warning: unused variable 'tmplo' [-Wunused-variable]
aesenc-int.c: 446 | __m128i lo, tmplo, hi, tmphi;
aesenc-int.c: | ^~~~~
aesenc-int.c: aesenc-int.c:446:26: warning: unused variable 'tmphi' [-Wunused-variable]
aesenc-int.c: 446 | __m128i lo, tmplo, hi, tmphi;
aesenc-int.c: | ^~~~~
aesenc-int.c: aesenc-int.c:139:20: warning: unused function 'inc' [-Wunused-function]
aesenc-int.c: 139 | static inline void inc(unsigned char *n) {
aesenc-int.c: | ^~~
aesenc-int.c: aesenc-int.c:162:1: warning: unused function 'aesni_encrypt2' [-Wunused-function]
aesenc-int.c: 162 | FUNC(2, MAKE2)
aesenc-int.c: | ^~~~~~~~~~~~~~
aesenc-int.c: aesenc-int.c:149:22: note: expanded from macro 'FUNC'
aesenc-int.c: ...
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:dolbeau/aesenc-int | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:dolbeau/aesenc-int | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:dolbeau/aesenc-int | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
decrypt.c: decrypt.c: In function 'crypto_aead_aes128gcmv1_openssl_timingleaks_decrypt':
decrypt.c: decrypt.c:13:18: error: storage size of 'x' isn't known
decrypt.c: 13 | EVP_CIPHER_CTX x;
decrypt.c: | ^
decrypt.c: decrypt.c:13:18: warning: unused variable 'x' [-Wunused-variable]
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:openssl | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:openssl | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
decrypt.c: decrypt.c:13:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
decrypt.c: 13 | EVP_CIPHER_CTX x;
decrypt.c: | ^
decrypt.c: /usr/include/openssl/types.h:105:16: note: forward declaration of 'struct evp_cipher_ctx_st'
decrypt.c: 105 | typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
decrypt.c: | ^
decrypt.c: 1 error generated.
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:openssl | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:openssl | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:openssl | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcd35Gso/symbols.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.measure.1ed4c5f33bbefff-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.1wtz6p59np568kq6.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lmeasure-anything" "-lmeasure" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcrypto_aead_aes128gcmv1-667809fb5c93187f.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes_gcm-1cd594b5b3ebe1b1.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libghash-189945d7595223ad.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libpolyval-6e1d1280dee57620.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcpuid_bool-00aab6b3bbefeb46.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libuniversal_hash-8e2fe4bc605a8c6d.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libsubtle-bebea09ed14952b5.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libctr-bab1c942a583ef39.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes-cdd8b74103b6b593.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaesni-4c328662186558f9.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libopaque_debug-1709a0cf4aecb960.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcipher-7d21d64843213d42.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaead-881952c4a41b96d3.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libgeneric_array-9049983fe45eb99d.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libtypenum-b43335ae718ceb6d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "measure") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
rust_aes_gcm | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcU5Svvw/symbols.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.measure.1ed4c5f33bbefff-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.1wtz6p59np568kq6.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lmeasure-anything" "-lmeasure" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcrypto_aead_aes128gcmv1-667809fb5c93187f.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes_gcm-1cd594b5b3ebe1b1.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libghash-189945d7595223ad.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libpolyval-6e1d1280dee57620.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcpuid_bool-00aab6b3bbefeb46.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libuniversal_hash-8e2fe4bc605a8c6d.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libsubtle-bebea09ed14952b5.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libctr-bab1c942a583ef39.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes-cdd8b74103b6b593.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaesni-4c328662186558f9.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libopaque_debug-1709a0cf4aecb960.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcipher-7d21d64843213d42.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaead-881952c4a41b96d3.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libgeneric_array-9049983fe45eb99d.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libtypenum-b43335ae718ceb6d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "measure") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
rust_aes_gcm | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcvFUT5W/symbols.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.measure.1ed4c5f33bbefff-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.1wtz6p59np568kq6.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lmeasure-anything" "-lmeasure" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcrypto_aead_aes128gcmv1-667809fb5c93187f.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes_gcm-1cd594b5b3ebe1b1.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libghash-189945d7595223ad.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libpolyval-6e1d1280dee57620.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcpuid_bool-00aab6b3bbefeb46.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libuniversal_hash-8e2fe4bc605a8c6d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libsubtle-bebea09ed14952b5.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libctr-bab1c942a583ef39.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes-cdd8b74103b6b593.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaesni-4c328662186558f9.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libopaque_debug-1709a0cf4aecb960.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcipher-7d21d64843213d42.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaead-881952c4a41b96d3.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libgeneric_array-9049983fe45eb99d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libtypenum-b43335ae718ceb6d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "measure") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
rust_aes_gcm | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcPUdToX/symbols.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.measure.1ed4c5f33bbefff-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.1wtz6p59np568kq6.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lmeasure-anything" "-lmeasure" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcrypto_aead_aes128gcmv1-667809fb5c93187f.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes_gcm-1cd594b5b3ebe1b1.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libghash-189945d7595223ad.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libpolyval-6e1d1280dee57620.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcpuid_bool-00aab6b3bbefeb46.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libuniversal_hash-8e2fe4bc605a8c6d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libsubtle-bebea09ed14952b5.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libctr-bab1c942a583ef39.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes-cdd8b74103b6b593.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaesni-4c328662186558f9.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libopaque_debug-1709a0cf4aecb960.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcipher-7d21d64843213d42.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaead-881952c4a41b96d3.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libgeneric_array-9049983fe45eb99d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libtypenum-b43335ae718ceb6d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "measure") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
rust_aes_gcm | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc0jhkwI/symbols.o" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.measure.1ed4c5f33bbefff-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2.1wtz6p59np568kq6.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lmeasure-anything" "-lmeasure" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcrypto_aead_aes128gcmv1-667809fb5c93187f.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes_gcm-1cd594b5b3ebe1b1.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libghash-189945d7595223ad.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libpolyval-6e1d1280dee57620.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcpuid_bool-00aab6b3bbefeb46.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libuniversal_hash-8e2fe4bc605a8c6d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libsubtle-bebea09ed14952b5.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libctr-bab1c942a583ef39.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaes-cdd8b74103b6b593.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaesni-4c328662186558f9.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libopaque_debug-1709a0cf4aecb960.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libcipher-7d21d64843213d42.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libaead-881952c4a41b96d3.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libgeneric_array-9049983fe45eb99d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/libtypenum-b43335ae718ceb6d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_aead/aes128gcmv1/rust_aes_gcm/work/target/release/deps/measure-81c78c26be87b6d2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "measure") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
rust_aes_gcm | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcKvWcpr/symbols.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.try.2268f5ad7e3c0174-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.ktf19tt0sfi34ou.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/rust-crypto-91e8ba216597c9cc/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-ltry-anything" "-ltry" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto_aead_aes128gcmv1-17be178a85b9f979.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto-8652d13397f6ec19.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libtime-636f701ad6e7cd6f.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librustc_serialize-d84d958d4223983d.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-48fb6bf4a829bb43.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-ccefc02eb076f1bb.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/liblibc-56b91505746699e0.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "try") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:rust_crypto | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcI9xlCL/symbols.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.try.2268f5ad7e3c0174-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.ktf19tt0sfi34ou.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/rust-crypto-91e8ba216597c9cc/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-ltry-anything" "-ltry" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto_aead_aes128gcmv1-17be178a85b9f979.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto-8652d13397f6ec19.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libtime-636f701ad6e7cd6f.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librustc_serialize-d84d958d4223983d.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-48fb6bf4a829bb43.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-ccefc02eb076f1bb.rlib" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/liblibc-56b91505746699e0.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "try") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:rust_crypto | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcIjfF6d/symbols.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.try.2268f5ad7e3c0174-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.ktf19tt0sfi34ou.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/rust-crypto-91e8ba216597c9cc/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-ltry-anything" "-ltry" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto_aead_aes128gcmv1-17be178a85b9f979.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto-8652d13397f6ec19.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libtime-636f701ad6e7cd6f.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librustc_serialize-d84d958d4223983d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-48fb6bf4a829bb43.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-ccefc02eb076f1bb.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/liblibc-56b91505746699e0.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "try") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:rust_crypto | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcPCm2iI/symbols.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.try.2268f5ad7e3c0174-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.ktf19tt0sfi34ou.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/rust-crypto-91e8ba216597c9cc/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-ltry-anything" "-ltry" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto_aead_aes128gcmv1-17be178a85b9f979.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto-8652d13397f6ec19.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libtime-636f701ad6e7cd6f.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librustc_serialize-d84d958d4223983d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-48fb6bf4a829bb43.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-ccefc02eb076f1bb.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/liblibc-56b91505746699e0.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "try") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:rust_crypto | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: error: linking with `cc` failed: exit status: 1
try.c: |
try.c: = note: LC_ALL="C" PATH="/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:.../supercop-data/hertz/checksum/bin:.../supercop-data/hertz/sinceepoch/bin:.../supercop-data/hertz/compiledinfo/bin:.../supercop-data/hertz/killafter/bin:.../supercop-data/hertz/okcompilers/bin:.../supercop-data/hertz/scripts:/usr/sfw/bin:/usr/local/bin:/root/.cargo/bin:/opt/zig/bin:/root/.wasmedge/bin:/root/.wasmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.wasmer/globals/wapm_packages/.bin" VSLANG="1033" "cc" "-m64" "/tmp/rustclEY3Rm/symbols.o" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.try.2268f5ad7e3c0174-cgu.0.rcgu.o" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a.ktf19tt0sfi34ou.rcgu.o" "-Wl,--as-needed" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps" "-L" ".../supercop-data/hertz/amd64/lib" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/crypto_aead_aes128gcmv1-24a7227b411d5213/out" "-L" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/build/rust-crypto-91e8ba216597c9cc/out" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-ltry-anything" "-ltry" "-lsupercop" "-lkernelrandombytes" "-lcpucycles" "-lcrypto" "-lm" "-Wl,-Bstatic" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto_aead_aes128gcmv1-17be178a85b9f979.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libcrypto-8652d13397f6ec19.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/libtime-636f701ad6e7cd6f.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librustc_serialize-d84d958d4223983d.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-48fb6bf4a829bb43.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/librand-ccefc02eb076f1bb.rlib" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/liblibc-56b91505746699e0.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b149a04e58514815.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-66ab26aded3b7021.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-203bd07e88f5499a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-944cc9212e8025af.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-75c8462d252ad270.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22352d501faf9820.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-572a7f05bd234c36.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-34e8486002d91949.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-42409efdb396b783.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4fd4035a411de739.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-8a674d35d1eb7c28.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5e6a3884dc55082a.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-49f8650898f03f75.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-55f4044cbfa42566.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-423f83c599bec464.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a7d54e02ce8af0d.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c9af672b38877288.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-951d12e06c2387f8.rlib" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9908bc779e4ab019.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" ".../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aes128gcmv1/rust_crypto/work/target/release/deps/try-44117be49619491a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
try.c: = note: /usr/bin/ld: cannot find -lcpucycles: No such file or directory
try.c: collect2: error: ld returned 1 exit status
try.c:
try.c:
try.c: error: could not compile `crypto_aead_aes128gcmv1` (bin "try") due to previous error
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:rust_crypto | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |