[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9e55feb701cdc80d0b0d9f7f75c108140c564a86 [INFO] testing gaberudy/hash_test against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaberudy%2Fhash_test" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gaberudy/hash_test on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", 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-5/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" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b51fa79220d2a59f4d4692939e93582ea2cd4bf04e9047ed176b453c772221a4 [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" "b51fa79220d2a59f4d4692939e93582ea2cd4bf04e9047ed176b453c772221a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b51fa79220d2a59f4d4692939e93582ea2cd4bf04e9047ed176b453c772221a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b51fa79220d2a59f4d4692939e93582ea2cd4bf04e9047ed176b453c772221a4", kill_on_drop: false }` [INFO] [stdout] b51fa79220d2a59f4d4692939e93582ea2cd4bf04e9047ed176b453c772221a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d233a4dcfb05f15ae88b277f4d664e6ce28eaf96cfa6224b9c0b74e03eafec53 [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" "d233a4dcfb05f15ae88b277f4d664e6ce28eaf96cfa6224b9c0b74e03eafec53", kill_on_drop: false }` [INFO] [stderr] Compiling hash_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling regex v1.0.5 [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 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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9" "/opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.3t2pgqvf6hbuf5x8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/hash_test-8c4462a932d866c0/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/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-84ba32b1a48bedb3.rlib" "/opt/rustwide/target/debug/deps/libserde-4c0d8df67cfb7bef.rlib" "/opt/rustwide/target/debug/deps/libstrsim-6094ef4bc248b16c.rlib" "/opt/rustwide/target/debug/deps/libregex-cf74e9e85795b942.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-daf908315a006a53.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-43c33180593d2add.rlib" "/opt/rustwide/target/debug/deps/libucd_util-3b5eb8f44640e48c.rlib" "/opt/rustwide/target/debug/deps/libthread_local-f670ccd72edd42de.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-90f99e5fa62480e6.rlib" "/opt/rustwide/target/debug/deps/libmemchr-53bba11bd8a43095.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7525b21e79ec1da2.rlib" "/opt/rustwide/target/debug/deps/libfnv-17f81a650e186a33.rlib" "/opt/rustwide/target/debug/deps/liblibc-b3adedac4247de07.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/hash_test-6ddfad679d84b7d9.hash_test.cz6hx24l-cgu.13.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] [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`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d233a4dcfb05f15ae88b277f4d664e6ce28eaf96cfa6224b9c0b74e03eafec53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d233a4dcfb05f15ae88b277f4d664e6ce28eaf96cfa6224b9c0b74e03eafec53", kill_on_drop: false }` [INFO] [stdout] d233a4dcfb05f15ae88b277f4d664e6ce28eaf96cfa6224b9c0b74e03eafec53