[INFO] updating cached repository https://github.com/JohanLorenzo/rust-testing-example [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] 757bdbf3887f43db9771c20cb72dfc32aa8f4321 [INFO] testing JohanLorenzo/rust-testing-example against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohanLorenzo%2Frust-testing-example" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JohanLorenzo/rust-testing-example 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/JohanLorenzo/rust-testing-example [INFO] finished tweaking git repo https://github.com/JohanLorenzo/rust-testing-example [INFO] tweaked toml for git repo https://github.com/JohanLorenzo/rust-testing-example written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/JohanLorenzo/rust-testing-example 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stdout] e8e275a36b87c063ffe7eedb1e1019e87619d18be91360b31cc079550331c814 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e8e275a36b87c063ffe7eedb1e1019e87619d18be91360b31cc079550331c814"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-testing-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `unused_function` [INFO] [stderr] --> src/main.rs:7:4 [INFO] [stderr] | [INFO] [stderr] 7 | fn unused_function() -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.73s [INFO] running `"docker" "inspect" "e8e275a36b87c063ffe7eedb1e1019e87619d18be91360b31cc079550331c814"` [INFO] running `"docker" "rm" "-f" "e8e275a36b87c063ffe7eedb1e1019e87619d18be91360b31cc079550331c814"` [INFO] [stdout] e8e275a36b87c063ffe7eedb1e1019e87619d18be91360b31cc079550331c814 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 94b18bfe2afedb5a02307c3a0c44241d64ccf213530de16bf4e3ca483ee27c3a [INFO] running `"docker" "start" "-a" "94b18bfe2afedb5a02307c3a0c44241d64ccf213530de16bf4e3ca483ee27c3a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rust-testing-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `unused_function` [INFO] [stderr] --> src/main.rs:7:4 [INFO] [stderr] | [INFO] [stderr] 7 | fn unused_function() -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "94b18bfe2afedb5a02307c3a0c44241d64ccf213530de16bf4e3ca483ee27c3a"` [INFO] running `"docker" "rm" "-f" "94b18bfe2afedb5a02307c3a0c44241d64ccf213530de16bf4e3ca483ee27c3a"` [INFO] [stdout] 94b18bfe2afedb5a02307c3a0c44241d64ccf213530de16bf4e3ca483ee27c3a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c364208206d54d36043305624f9b1a60a5b0d780d8256f1c90c55a29a3720c4 [INFO] running `"docker" "start" "-a" "9c364208206d54d36043305624f9b1a60a5b0d780d8256f1c90c55a29a3720c4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: function is never used: `unused_function` [INFO] [stdout] [INFO] [stderr] --> src/main.rs:7:4 [INFO] [stdout] running 1 test [INFO] [stderr] | [INFO] [stderr] 7 | fn unused_function() -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_testing_example-87dc7fd4119b15f4 [INFO] [stdout] test test_should_add_world ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9c364208206d54d36043305624f9b1a60a5b0d780d8256f1c90c55a29a3720c4"` [INFO] running `"docker" "rm" "-f" "9c364208206d54d36043305624f9b1a60a5b0d780d8256f1c90c55a29a3720c4"` [INFO] [stdout] 9c364208206d54d36043305624f9b1a60a5b0d780d8256f1c90c55a29a3720c4