[INFO] crate oper 0.3.0 is already in cache [INFO] testing oper-0.3.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate oper 0.3.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate oper 0.3.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 oper 0.3.0 [INFO] finished tweaking crates.io crate oper 0.3.0 [INFO] tweaked toml for crates.io crate oper 0.3.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate oper 0.3.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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 38f9268f307e6c89704cbf82fb0c466b0a935b1624aa85760a94830a8cae762b [INFO] running `"docker" "start" "-a" "38f9268f307e6c89704cbf82fb0c466b0a935b1624aa85760a94830a8cae762b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Compiling arc-swap v0.4.2 [INFO] [stderr] Compiling array-macro v1.0.3 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling enum-map-internals v0.1.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling libgit2-sys v0.10.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling console v0.9.2 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling simple_logger v1.5.0 [INFO] [stderr] Compiling indicatif v0.14.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling enumset_derive v0.4.0 [INFO] [stderr] Compiling git2 v0.11.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling enum-map-derive v0.4.2 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling enumset v0.4.0 [INFO] [stderr] Compiling enum-map v0.5.0 [INFO] [stderr] Compiling cursive v0.12.0 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling time v0.2.6 [INFO] [stderr] Compiling oper v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | .or_else(|e| Err(e.description().into())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:106:61 [INFO] [stderr] | [INFO] [stderr] 106 | .map_err(|e| io::Error::new(io::ErrorKind::Other, e.description()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 57s [INFO] running `"docker" "inspect" "38f9268f307e6c89704cbf82fb0c466b0a935b1624aa85760a94830a8cae762b"` [INFO] running `"docker" "rm" "-f" "38f9268f307e6c89704cbf82fb0c466b0a935b1624aa85760a94830a8cae762b"` [INFO] [stdout] 38f9268f307e6c89704cbf82fb0c466b0a935b1624aa85760a94830a8cae762b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 4f54c751cd411eb13120c1ca4c0f7cc6d7a27357ac78c8cbb0c3d23db2ca4ba6 [INFO] running `"docker" "start" "-a" "4f54c751cd411eb13120c1ca4c0f7cc6d7a27357ac78c8cbb0c3d23db2ca4ba6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling oper v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | .or_else(|e| Err(e.description().into())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:106:61 [INFO] [stderr] | [INFO] [stderr] 106 | .map_err(|e| io::Error::new(io::ErrorKind::Other, e.description()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.94s [INFO] running `"docker" "inspect" "4f54c751cd411eb13120c1ca4c0f7cc6d7a27357ac78c8cbb0c3d23db2ca4ba6"` [INFO] running `"docker" "rm" "-f" "4f54c751cd411eb13120c1ca4c0f7cc6d7a27357ac78c8cbb0c3d23db2ca4ba6"` [INFO] [stdout] 4f54c751cd411eb13120c1ca4c0f7cc6d7a27357ac78c8cbb0c3d23db2ca4ba6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 881727fb9469e50dda49b64b1f10617c75d1abb578e9c3b7bf122c1db4d69dfc [INFO] running `"docker" "start" "-a" "881727fb9469e50dda49b64b1f10617c75d1abb578e9c3b7bf122c1db4d69dfc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | .or_else(|e| Err(e.description().into())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:106:61 [INFO] [stderr] | [INFO] [stderr] 106 | .map_err(|e| io::Error::new(io::ErrorKind::Other, e.description()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/oper-c8f45a08019c3b3c [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test views::table_view::tests::should_insert_into_empty_table ... ok [INFO] [stdout] test views::table_view::tests::should_insert_into_existing_table ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "881727fb9469e50dda49b64b1f10617c75d1abb578e9c3b7bf122c1db4d69dfc"` [INFO] running `"docker" "rm" "-f" "881727fb9469e50dda49b64b1f10617c75d1abb578e9c3b7bf122c1db4d69dfc"` [INFO] [stdout] 881727fb9469e50dda49b64b1f10617c75d1abb578e9c3b7bf122c1db4d69dfc