[INFO] cloning repository https://github.com/mwc10/sd3norm [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mwc10/sd3norm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwc10%2Fsd3norm"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwc10%2Fsd3norm'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0b56e682c664e46a9947cfb7257934102b6b9e41 [INFO] testing mwc10/sd3norm against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwc10%2Fsd3norm" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mwc10/sd3norm 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/mwc10/sd3norm [INFO] finished tweaking git repo https://github.com/mwc10/sd3norm [INFO] tweaked toml for git repo https://github.com/mwc10/sd3norm written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/mwc10/sd3norm 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] e75798b9cf98b310ae49cb9e6daf26a709254593720ae1078b01a85da9d81a41 [INFO] running `"docker" "start" "-a" "e75798b9cf98b310ae49cb9e6daf26a709254593720ae1078b01a85da9d81a41"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling rustc-demangle v0.1.8 [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling same-file v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.7.2 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling miniz_oxide v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.6.1 [INFO] [stderr] Compiling walkdir v2.1.4 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.6.5 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling miniz_oxide_c_api v0.1.3 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling chrono v0.4.4 [INFO] [stderr] Compiling zip v0.3.3 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling quick-xml v0.12.1 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Compiling flexi_logger v0.8.4 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling calamine v0.14.1 [INFO] [stderr] Compiling csv v1.0.0 [INFO] [stderr] Compiling sd3norm v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:147:13 [INFO] [stderr] | [INFO] [stderr] 147 | let mut rows = match RangeDeserializerBuilder::new() [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `"docker" "inspect" "e75798b9cf98b310ae49cb9e6daf26a709254593720ae1078b01a85da9d81a41"` [INFO] running `"docker" "rm" "-f" "e75798b9cf98b310ae49cb9e6daf26a709254593720ae1078b01a85da9d81a41"` [INFO] [stdout] e75798b9cf98b310ae49cb9e6daf26a709254593720ae1078b01a85da9d81a41 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 4b45e1da74c8e82b75c8204eb1addcbedabb11de5bf65bb8ca6c9ade475168aa [INFO] running `"docker" "start" "-a" "4b45e1da74c8e82b75c8204eb1addcbedabb11de5bf65bb8ca6c9ade475168aa"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sd3norm v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:147:13 [INFO] [stderr] | [INFO] [stderr] 147 | let mut rows = match RangeDeserializerBuilder::new() [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.77s [INFO] running `"docker" "inspect" "4b45e1da74c8e82b75c8204eb1addcbedabb11de5bf65bb8ca6c9ade475168aa"` [INFO] running `"docker" "rm" "-f" "4b45e1da74c8e82b75c8204eb1addcbedabb11de5bf65bb8ca6c9ade475168aa"` [INFO] [stdout] 4b45e1da74c8e82b75c8204eb1addcbedabb11de5bf65bb8ca6c9ade475168aa [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 357c5350ff2cdf138ab606ba9f18161613815b8cbaa224e26ce8fda25086d845 [INFO] running `"docker" "start" "-a" "357c5350ff2cdf138ab606ba9f18161613815b8cbaa224e26ce8fda25086d845"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:147:13 [INFO] [stderr] | [INFO] [stderr] 147 | let mut rows = match RangeDeserializerBuilder::new() [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sd3norm-67aa031a401abd0f [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test si::tests::concentration_conversion ... ok [INFO] [stdout] test sd3::tests::ng_day_cell_normalization ... ok [INFO] [stdout] test si::tests::mass_conversion ... ok [INFO] [stdout] test si::tests::volume_conversion ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "357c5350ff2cdf138ab606ba9f18161613815b8cbaa224e26ce8fda25086d845"` [INFO] running `"docker" "rm" "-f" "357c5350ff2cdf138ab606ba9f18161613815b8cbaa224e26ce8fda25086d845"` [INFO] [stdout] 357c5350ff2cdf138ab606ba9f18161613815b8cbaa224e26ce8fda25086d845