[INFO] updating cached repository https://github.com/ryanpbrewster/tdigest-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ccfc05b5dc60f8a96c74ad1811e5e66c344ba966 [INFO] testing ryanpbrewster/tdigest-rs against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanpbrewster%2Ftdigest-rs" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ryanpbrewster/tdigest-rs 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/ryanpbrewster/tdigest-rs [INFO] finished tweaking git repo https://github.com/ryanpbrewster/tdigest-rs [INFO] tweaked toml for git repo https://github.com/ryanpbrewster/tdigest-rs written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/ryanpbrewster/tdigest-rs 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 889cc4be358a79c9c3994fdf7724a89d4b6029f52ffbcc7ce227783d2ef94af1 [INFO] running `"docker" "start" "-a" "889cc4be358a79c9c3994fdf7724a89d4b6029f52ffbcc7ce227783d2ef94af1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tdigest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.29s [INFO] running `"docker" "inspect" "889cc4be358a79c9c3994fdf7724a89d4b6029f52ffbcc7ce227783d2ef94af1"` [INFO] running `"docker" "rm" "-f" "889cc4be358a79c9c3994fdf7724a89d4b6029f52ffbcc7ce227783d2ef94af1"` [INFO] [stdout] 889cc4be358a79c9c3994fdf7724a89d4b6029f52ffbcc7ce227783d2ef94af1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 5bc8f59128c058392da3aa41e510893fce95a37cad74d02e289b4fd2dbdf00a4 [INFO] running `"docker" "start" "-a" "5bc8f59128c058392da3aa41e510893fce95a37cad74d02e289b4fd2dbdf00a4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ryu v0.2.4 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling quote v0.6.6 [INFO] [stderr] Compiling itertools-num v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling syn v0.14.8 [INFO] [stderr] Compiling criterion-stats v0.2.4 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling csv v1.0.0 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling criterion-plot v0.2.4 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling simplelog v0.5.2 [INFO] [stderr] Compiling handlebars v0.32.4 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling criterion v0.2.4 [INFO] [stderr] Compiling tdigest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `"docker" "inspect" "5bc8f59128c058392da3aa41e510893fce95a37cad74d02e289b4fd2dbdf00a4"` [INFO] running `"docker" "rm" "-f" "5bc8f59128c058392da3aa41e510893fce95a37cad74d02e289b4fd2dbdf00a4"` [INFO] [stdout] 5bc8f59128c058392da3aa41e510893fce95a37cad74d02e289b4fd2dbdf00a4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] f0e8495b5ff2e310266a15297621d16386a08349f451df50dcc0da77cd43c6da [INFO] running `"docker" "start" "-a" "f0e8495b5ff2e310266a15297621d16386a08349f451df50dcc0da77cd43c6da"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tdigest-1d5b6c5e876285bf [INFO] [stderr] Running /opt/rustwide/target/debug/deps/infinite-093bad12b883023c [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] [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] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/smoke-3d2479048a789825 [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests tdigest [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" "f0e8495b5ff2e310266a15297621d16386a08349f451df50dcc0da77cd43c6da"` [INFO] running `"docker" "rm" "-f" "f0e8495b5ff2e310266a15297621d16386a08349f451df50dcc0da77cd43c6da"` [INFO] [stdout] f0e8495b5ff2e310266a15297621d16386a08349f451df50dcc0da77cd43c6da