[INFO] cloning repository https://github.com/gaberudy/hash_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gaberudy/hash_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaberudy%2Fhash_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaberudy%2Fhash_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9e55feb701cdc80d0b0d9f7f75c108140c564a86 [INFO] testing gaberudy/hash_test against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaberudy%2Fhash_test" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gaberudy/hash_test on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gaberudy/hash_test [INFO] finished tweaking git repo https://github.com/gaberudy/hash_test [INFO] tweaked toml for git repo https://github.com/gaberudy/hash_test written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/gaberudy/hash_test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded docopt v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 622d9033999d6a558777479769b68f06a5547ae5ac1cf7285edb89458d27dcb2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "622d9033999d6a558777479769b68f06a5547ae5ac1cf7285edb89458d27dcb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "622d9033999d6a558777479769b68f06a5547ae5ac1cf7285edb89458d27dcb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "622d9033999d6a558777479769b68f06a5547ae5ac1cf7285edb89458d27dcb2", kill_on_drop: false }` [INFO] [stdout] 622d9033999d6a558777479769b68f06a5547ae5ac1cf7285edb89458d27dcb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43c170f6f86e46f89d3b2e7d3de781be57ea4e591151a78d9c08f7dffebee470 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "43c170f6f86e46f89d3b2e7d3de781be57ea4e591151a78d9c08f7dffebee470", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling hash_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] warning: native/test.c: In function 'test_int': [INFO] [stderr] warning: native/test.c:15:2: warning: implicit declaration of function 'mem_start' [-Wimplicit-function-declaration] [INFO] [stderr] warning: 15 | mem_start(); [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: native/test.c:25:2: warning: implicit declaration of function 'mem_stop' [-Wimplicit-function-declaration] [INFO] [stderr] warning: 25 | mem_stop(); [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Compiling docopt v1.0.1 [INFO] [stdout] warning: unused variable: `je_stats` [INFO] [stdout] --> src/test_klib.rs:18:46 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn insert_or_remove_int(data: &Vec, je_stats: bool) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_je_stats` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `je_stats` [INFO] [stdout] --> src/test_klib.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn insert_or_remove_str(data: &Vec, je_stats: bool) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_je_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.4sfdpsscr4z1il6y.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/hash_test-854511625d4990ab/out" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lmem_stats" "-Wl,--no-whole-archive" "/opt/rustwide/target/debug/deps/libdocopt-8196b7b37a4a55e3.rlib" "/opt/rustwide/target/debug/deps/libserde-4dda4fc1c7c6da22.rlib" "/opt/rustwide/target/debug/deps/libstrsim-086f10016726ef86.rlib" "/opt/rustwide/target/debug/deps/libregex-2a340a00fa96009e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-733d8196dc58cfa4.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4901350bb01421e7.rlib" "/opt/rustwide/target/debug/deps/libucd_util-409a4dac3dbdbcb9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-eb6822dfebef0212.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-920555ea74cddb62.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5d8420d8fedb8046.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b24f940e83b17c1f.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/liblibc-c23787a595f08a63.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/hash_test-4f4a1363c441b5c8.hash_test.c9d7656b-cgu.12.rcgu.o: in function `hash_test::mem_stats::stats_print': [INFO] [stdout] /opt/rustwide/workdir/src/mem_stats.rs:22: undefined reference to `je_stats_print' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: native/test.c: In function 'test_int': [INFO] [stderr] warning: native/test.c:15:2: warning: implicit declaration of function 'mem_start' [-Wimplicit-function-declaration] [INFO] [stderr] warning: 15 | mem_start(); [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: native/test.c:25:2: warning: implicit declaration of function 'mem_stop' [-Wimplicit-function-declaration] [INFO] [stderr] warning: 25 | mem_stop(); [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `hash_test` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "43c170f6f86e46f89d3b2e7d3de781be57ea4e591151a78d9c08f7dffebee470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43c170f6f86e46f89d3b2e7d3de781be57ea4e591151a78d9c08f7dffebee470", kill_on_drop: false }` [INFO] [stdout] 43c170f6f86e46f89d3b2e7d3de781be57ea4e591151a78d9c08f7dffebee470