[INFO] crate cgats 0.1.5 is already in cache [INFO] testing cgats-0.1.5 against 1.44.0 for beta-1.45-1 [INFO] extracting crate cgats 0.1.5 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate cgats 0.1.5 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 cgats 0.1.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate cgats 0.1.5 [INFO] tweaked toml for crates.io crate cgats 0.1.5 written to /workspace/builds/worker-3/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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 56a759281632b1f93e071be9da223a894aa10ec548eeea1d2e2ab6f6a28c6ed3 [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" "56a759281632b1f93e071be9da223a894aa10ec548eeea1d2e2ab6f6a28c6ed3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling deltae v0.1.5 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling statistical v1.0.0 [INFO] [stderr] Compiling cgats v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:36:56 [INFO] [stderr] | [INFO] [stderr] 36 | write!(f, "CgatsError::{:?}: {}", &self, &self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.16s [INFO] running `"docker" "inspect" "56a759281632b1f93e071be9da223a894aa10ec548eeea1d2e2ab6f6a28c6ed3"` [INFO] running `"docker" "rm" "-f" "56a759281632b1f93e071be9da223a894aa10ec548eeea1d2e2ab6f6a28c6ed3"` [INFO] [stdout] 56a759281632b1f93e071be9da223a894aa10ec548eeea1d2e2ab6f6a28c6ed3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] cefed802dee713ebdf23595a28f4c510f727257f786605984e16050de6e2a2c8 [INFO] running `"docker" "start" "-a" "cefed802dee713ebdf23595a28f4c510f727257f786605984e16050de6e2a2c8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:36:56 [INFO] [stderr] | [INFO] [stderr] 36 | write!(f, "CgatsError::{:?}: {}", &self, &self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Compiling mktemp v0.3.1 [INFO] [stderr] Compiling cgats v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:36:56 [INFO] [stderr] | [INFO] [stderr] 36 | write!(f, "CgatsError::{:?}: {}", &self, &self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.66s [INFO] running `"docker" "inspect" "cefed802dee713ebdf23595a28f4c510f727257f786605984e16050de6e2a2c8"` [INFO] running `"docker" "rm" "-f" "cefed802dee713ebdf23595a28f4c510f727257f786605984e16050de6e2a2c8"` [INFO] [stdout] cefed802dee713ebdf23595a28f4c510f727257f786605984e16050de6e2a2c8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 0fe5ca1c42c9361a82bc272f3f7bc9861623387e6fc59e8dbb20904cdb701430 [INFO] running `"docker" "start" "-a" "0fe5ca1c42c9361a82bc272f3f7bc9861623387e6fc59e8dbb20904cdb701430"` [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/error.rs:36:56 [INFO] [stderr] | [INFO] [stderr] 36 | write!(f, "CgatsError::{:?}: {}", &self, &self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:36:56 [INFO] [stderr] | [INFO] [stderr] 36 | write!(f, "CgatsError::{:?}: {}", &self, &self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cgats-1582fbf6a63144c3 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test cgats::write_data_map ... ok [INFO] [stdout] test cgats::write_meta ... ok [INFO] [stdout] test compare::average_cgats ... ok [INFO] [stdout] test data_vec::from_file ... ok [INFO] [stdout] test vendor::from_str ... ok [INFO] [stdout] test cgats::write_fields ... ok [INFO] [stdout] test compare::cat_cgats ... ok [INFO] [stdout] test compare::reindex ... ok [INFO] [stdout] test test::bad_files ... ok [INFO] [stdout] test cgats::cgats_display ... ok [INFO] [stdout] test de_report::de_report ... ok [INFO] [stdout] test compare::deltae ... ok [INFO] [stdout] test compare::average_cb ... ok [INFO] [stdout] test test::good_files ... ok [INFO] [stdout] test test::reconstruct ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cgats [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" "0fe5ca1c42c9361a82bc272f3f7bc9861623387e6fc59e8dbb20904cdb701430"` [INFO] running `"docker" "rm" "-f" "0fe5ca1c42c9361a82bc272f3f7bc9861623387e6fc59e8dbb20904cdb701430"` [INFO] [stdout] 0fe5ca1c42c9361a82bc272f3f7bc9861623387e6fc59e8dbb20904cdb701430