[INFO] updating cached repository https://github.com/TryFor/for_offer [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] d43135353fb67823e5401a46571f11b91d1624b9 [INFO] testing TryFor/for_offer against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTryFor%2Ffor_offer" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 60% (126/207) Checking out files: 61% (127/207) Checking out files: 62% (129/207) Checking out files: 63% (131/207) Checking out files: 64% (133/207) Checking out files: 65% (135/207) Checking out files: 66% (137/207) Checking out files: 67% (139/207) Checking out files: 68% (141/207) Checking out files: 69% (143/207) Checking out files: 70% (145/207) Checking out files: 71% (147/207) Checking out files: 72% (150/207) Checking out files: 73% (152/207) Checking out files: 74% (154/207) Checking out files: 75% (156/207) Checking out files: 76% (158/207) Checking out files: 77% (160/207) Checking out files: 78% (162/207) Checking out files: 79% (164/207) Checking out files: 80% (166/207) Checking out files: 81% (168/207) Checking out files: 82% (170/207) Checking out files: 83% (172/207) Checking out files: 84% (174/207) Checking out files: 85% (176/207) Checking out files: 86% (179/207) Checking out files: 87% (181/207) Checking out files: 88% (183/207) Checking out files: 89% (185/207) Checking out files: 90% (187/207) Checking out files: 91% (189/207) Checking out files: 92% (191/207) Checking out files: 93% (193/207) Checking out files: 94% (195/207) Checking out files: 95% (197/207) Checking out files: 96% (199/207) Checking out files: 97% (201/207) Checking out files: 98% (203/207) Checking out files: 99% (205/207) Checking out files: 100% (207/207) Checking out files: 100% (207/207), done. [INFO] validating manifest of git repo https://github.com/TryFor/for_offer 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/TryFor/for_offer [INFO] finished tweaking git repo https://github.com/TryFor/for_offer [INFO] tweaked toml for git repo https://github.com/TryFor/for_offer written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/TryFor/for_offer 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] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] e3ba98c869faedbc3572d3f5af310f3060d11de6f06d513b212eb182972febb9 [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" "e3ba98c869faedbc3572d3f5af310f3060d11de6f06d513b212eb182972febb9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling jz_offer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STACK1` [INFO] [stderr] --> src/two_stack_007.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | static mut STACK1: Vec = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STACK2` [INFO] [stderr] --> src/two_stack_007.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | static mut STACK2: Vec = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `push` [INFO] [stderr] --> src/two_stack_007.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | pub unsafe fn push(n: i32) { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `pop` [INFO] [stderr] --> src/two_stack_007.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | pub unsafe fn pop() -> Option{ [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `"docker" "inspect" "e3ba98c869faedbc3572d3f5af310f3060d11de6f06d513b212eb182972febb9"` [INFO] running `"docker" "rm" "-f" "e3ba98c869faedbc3572d3f5af310f3060d11de6f06d513b212eb182972febb9"` [INFO] [stdout] e3ba98c869faedbc3572d3f5af310f3060d11de6f06d513b212eb182972febb9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] [stdout] c2c83ed453b5b33807f0117c57aedafc34f461c93fc5a7990e75f35bc24b66d6 [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" "c2c83ed453b5b33807f0117c57aedafc34f461c93fc5a7990e75f35bc24b66d6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling jz_offer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "c2c83ed453b5b33807f0117c57aedafc34f461c93fc5a7990e75f35bc24b66d6"` [INFO] running `"docker" "rm" "-f" "c2c83ed453b5b33807f0117c57aedafc34f461c93fc5a7990e75f35bc24b66d6"` [INFO] [stdout] c2c83ed453b5b33807f0117c57aedafc34f461c93fc5a7990e75f35bc24b66d6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] ff31f496c15c035297391ff389d3ec51b849580d7c9474f07ecf8c07d8e5a0d1 [INFO] running `"docker" "start" "-a" "ff31f496c15c035297391ff389d3ec51b849580d7c9474f07ecf8c07d8e5a0d1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stdout] [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stdout] test two_stack_007::tests::test_find_01 ... ok [INFO] [stderr] 1 | #[macro_use] [INFO] [stdout] test two_stack_007::tests::test_find_02 ... ok [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/jz_offer-5ecfa826349a6f54 [INFO] running `"docker" "inspect" "ff31f496c15c035297391ff389d3ec51b849580d7c9474f07ecf8c07d8e5a0d1"` [INFO] running `"docker" "rm" "-f" "ff31f496c15c035297391ff389d3ec51b849580d7c9474f07ecf8c07d8e5a0d1"` [INFO] [stdout] ff31f496c15c035297391ff389d3ec51b849580d7c9474f07ecf8c07d8e5a0d1