[INFO] fetching crate microkv 0.2.2... [INFO] testing microkv-0.2.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate microkv 0.2.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate microkv 0.2.2 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 microkv 0.2.2 [INFO] finished tweaking crates.io crate microkv 0.2.2 [INFO] tweaked toml for crates.io crate microkv 0.2.2 written to /workspace/builds/worker-2/source/Cargo.toml [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 9842138eac1b6ca74f2e23856b6f836408cb745835ee1de26f9e78628a6ecec3 [INFO] running `"docker" "start" "-a" "9842138eac1b6ca74f2e23856b6f836408cb745835ee1de26f9e78628a6ecec3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling tar v0.4.28 [INFO] [stderr] Compiling libsodium-sys v0.2.5 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling secstr v0.4.0 [INFO] [stderr] Compiling sodiumoxide v0.2.5 [INFO] [stderr] Compiling microkv v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `"docker" "inspect" "9842138eac1b6ca74f2e23856b6f836408cb745835ee1de26f9e78628a6ecec3"` [INFO] running `"docker" "rm" "-f" "9842138eac1b6ca74f2e23856b6f836408cb745835ee1de26f9e78628a6ecec3"` [INFO] [stdout] 9842138eac1b6ca74f2e23856b6f836408cb745835ee1de26f9e78628a6ecec3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 6860c981323519b70599f96ceeb7f4e505703e2f7a89a8ad31a5482e5d83e7e0 [INFO] running `"docker" "start" "-a" "6860c981323519b70599f96ceeb7f4e505703e2f7a89a8ad31a5482e5d83e7e0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling microkv v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0382]: borrow of moved value: `value` [INFO] [stderr] --> tests/tests.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 37 | let value = TestStruct { [INFO] [stderr] | ----- move occurs because `value` has type `TestStruct`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 41 | kv.put(key, value); [INFO] [stderr] | ----- value moved here [INFO] [stderr] ... [INFO] [stderr] 45 | assert_eq!(value.name, res.name); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ value borrowed here after move [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: could not compile `microkv`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6860c981323519b70599f96ceeb7f4e505703e2f7a89a8ad31a5482e5d83e7e0"` [INFO] running `"docker" "rm" "-f" "6860c981323519b70599f96ceeb7f4e505703e2f7a89a8ad31a5482e5d83e7e0"` [INFO] [stdout] 6860c981323519b70599f96ceeb7f4e505703e2f7a89a8ad31a5482e5d83e7e0