[INFO] crate little-sorry 0.1.0 is already in cache [INFO] testing little-sorry-0.1.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate little-sorry 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate little-sorry 0.1.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate little-sorry 0.1.0 [INFO] finished tweaking crates.io crate little-sorry 0.1.0 [INFO] tweaked toml for crates.io crate little-sorry 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate little-sorry 0.1.0 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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 5ffdcb040c0f9720395abf7846cf0f7089f244971c6008facc9b3b6b7400b2a2 [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" "5ffdcb040c0f9720395abf7846cf0f7089f244971c6008facc9b3b6b7400b2a2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling little-sorry v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.70s [INFO] running `"docker" "inspect" "5ffdcb040c0f9720395abf7846cf0f7089f244971c6008facc9b3b6b7400b2a2"` [INFO] running `"docker" "rm" "-f" "5ffdcb040c0f9720395abf7846cf0f7089f244971c6008facc9b3b6b7400b2a2"` [INFO] [stdout] 5ffdcb040c0f9720395abf7846cf0f7089f244971c6008facc9b3b6b7400b2a2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 0a80f8e12bc90bb534f3add91387b1acaeab5eb881bf23e22ef647b77742ac81 [INFO] running `"docker" "start" "-a" "0a80f8e12bc90bb534f3add91387b1acaeab5eb881bf23e22ef647b77742ac81"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling rand_xoshiro v0.3.1 [INFO] [stderr] Compiling rand_os v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.42 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling criterion-plot v0.4.0 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling criterion v0.3.0 [INFO] [stderr] Compiling little-sorry v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/regret_matcher.rs:127:21 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(a >= 0); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 46.81s [INFO] running `"docker" "inspect" "0a80f8e12bc90bb534f3add91387b1acaeab5eb881bf23e22ef647b77742ac81"` [INFO] running `"docker" "rm" "-f" "0a80f8e12bc90bb534f3add91387b1acaeab5eb881bf23e22ef647b77742ac81"` [INFO] [stdout] 0a80f8e12bc90bb534f3add91387b1acaeab5eb881bf23e22ef647b77742ac81 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 61f3834e93ea980688ea9664a2021ff658fc0e8d8b90634bebcf72c9b675ca9e [INFO] running `"docker" "start" "-a" "61f3834e93ea980688ea9664a2021ff658fc0e8d8b90634bebcf72c9b675ca9e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/regret_matcher.rs:127:21 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(a >= 0); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/little_sorry-ebfe5807888233a7 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test regret_matcher::tests::test_regret_gen_new ... ok [INFO] [stdout] test regret_matcher::tests::it_works ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/run_rps-9d5a0714e45145cb [INFO] [stdout] test regret_matcher::tests::test_next_action ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests little-sorry [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "61f3834e93ea980688ea9664a2021ff658fc0e8d8b90634bebcf72c9b675ca9e"` [INFO] running `"docker" "rm" "-f" "61f3834e93ea980688ea9664a2021ff658fc0e8d8b90634bebcf72c9b675ca9e"` [INFO] [stdout] 61f3834e93ea980688ea9664a2021ff658fc0e8d8b90634bebcf72c9b675ca9e