[INFO] updating cached repository https://github.com/hb-chen/wasm-hello-world-rust [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 11ff1290f0d5aa5f843f389716f0c76e025c7e7e [INFO] testing hb-chen/wasm-hello-world-rust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhb-chen%2Fwasm-hello-world-rust" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hb-chen/wasm-hello-world-rust on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hb-chen/wasm-hello-world-rust [INFO] finished tweaking git repo https://github.com/hb-chen/wasm-hello-world-rust [INFO] tweaked toml for git repo https://github.com/hb-chen/wasm-hello-world-rust written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/hb-chen/wasm-hello-world-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 70fd99b7ea3c9c3b16455ae36711cd6d9c57e75fea699365613f09b2b1bc0c7a [INFO] running `"docker" "start" "-a" "70fd99b7ea3c9c3b16455ae36711cd6d9c57e75fea699365613f09b2b1bc0c7a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.15 [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling protobuf v2.14.0 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling prometheus v0.8.0 [INFO] [stderr] Compiling ahash v0.3.5 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling proxy-wasm v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling hello-world v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.26s [INFO] running `"docker" "inspect" "70fd99b7ea3c9c3b16455ae36711cd6d9c57e75fea699365613f09b2b1bc0c7a"` [INFO] running `"docker" "rm" "-f" "70fd99b7ea3c9c3b16455ae36711cd6d9c57e75fea699365613f09b2b1bc0c7a"` [INFO] [stdout] 70fd99b7ea3c9c3b16455ae36711cd6d9c57e75fea699365613f09b2b1bc0c7a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 34a8319f3ce329eabca97085b5f58b6be99d05725a85748838d70bf583a8c560 [INFO] running `"docker" "start" "-a" "34a8319f3ce329eabca97085b5f58b6be99d05725a85748838d70bf583a8c560"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling hello-world v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986" "/opt/rustwide/target/debug/deps/hello_world-17230210c7333986.59gnhytn6pjqsx46.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-219fc620be977b79.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f5064c1d87ea3eaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-6bc0764cb7f4dd96.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-72042f7f9ab0950a.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7a49e61f83b63f93.rlib" "/opt/rustwide/target/debug/deps/libproxy_wasm-fc74425471756c78.rlib" "/opt/rustwide/target/debug/deps/libwee_alloc-9d731831a61e871b.rlib" "/opt/rustwide/target/debug/deps/liblibc-3f51eff7d8601418.rlib" "/opt/rustwide/target/debug/deps/libmemory_units-be4d14581ec74d28.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f653e9a7bb0227e4.rlib" "/opt/rustwide/target/debug/deps/libahash-601b161db8f9bb0c.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/hello_world-17230210c7333986.hello_world.c9bz6135-cgu.0.rcgu.o: in function `_start': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:5: multiple definition of `_start'; /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o:(.text+0x0): first defined here [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `hello-world`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "34a8319f3ce329eabca97085b5f58b6be99d05725a85748838d70bf583a8c560"` [INFO] running `"docker" "rm" "-f" "34a8319f3ce329eabca97085b5f58b6be99d05725a85748838d70bf583a8c560"` [INFO] [stdout] 34a8319f3ce329eabca97085b5f58b6be99d05725a85748838d70bf583a8c560