[INFO] cloning repository https://github.com/upsuper/bgmrank [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/upsuper/bgmrank" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupsuper%2Fbgmrank", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupsuper%2Fbgmrank'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff724a111b579f901ac1aadf2b4291bf78074220 [INFO] testing upsuper/bgmrank against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupsuper%2Fbgmrank" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/upsuper/bgmrank on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/upsuper/bgmrank [INFO] finished tweaking git repo https://github.com/upsuper/bgmrank [INFO] tweaked toml for git repo https://github.com/upsuper/bgmrank written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/upsuper/bgmrank already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08652f23af121ffe2a095205dbb8dc33342756f8cf86eb4b82d792e2865d33ea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "08652f23af121ffe2a095205dbb8dc33342756f8cf86eb4b82d792e2865d33ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08652f23af121ffe2a095205dbb8dc33342756f8cf86eb4b82d792e2865d33ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08652f23af121ffe2a095205dbb8dc33342756f8cf86eb4b82d792e2865d33ea", kill_on_drop: false }` [INFO] [stdout] 08652f23af121ffe2a095205dbb8dc33342756f8cf86eb4b82d792e2865d33ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce6641d2575bcf31222e1dab080ee5e75e6917edb5ae3b3df9a9ee62bab569fe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce6641d2575bcf31222e1dab080ee5e75e6917edb5ae3b3df9a9ee62bab569fe", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling futures-task v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling dtoa-short v0.3.2 [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling string_cache v0.8.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling markup5ever v0.10.1 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling syn-mid v0.5.3 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling futures-macro v0.3.18 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Compiling enumset_derive v0.5.5 [INFO] [stderr] Compiling strum v0.23.0 [INFO] [stderr] Compiling structopt v0.3.7 [INFO] [stderr] Compiling enumset v1.0.8 [INFO] [stderr] Compiling h2 v0.3.7 [INFO] [stderr] Compiling kuchiki v0.8.1 [INFO] [stderr] Compiling hyper v0.14.15 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.6 [INFO] [stderr] Compiling libbgmrank v0.0.1 (/opt/rustwide/workdir/libbgmrank) [INFO] [stderr] Compiling bgmrank-cli v0.1.0 (/opt/rustwide/workdir/bgmrank-cli) [INFO] [stderr] Compiling bgmrankdiff v0.1.0 (/opt/rustwide/workdir/bgmrankdiff) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 55s [INFO] running `Command { std: "docker" "inspect" "ce6641d2575bcf31222e1dab080ee5e75e6917edb5ae3b3df9a9ee62bab569fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce6641d2575bcf31222e1dab080ee5e75e6917edb5ae3b3df9a9ee62bab569fe", kill_on_drop: false }` [INFO] [stdout] ce6641d2575bcf31222e1dab080ee5e75e6917edb5ae3b3df9a9ee62bab569fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f5dced566945c6757cd2262a819cdb5d630a32b84dc19f21ac6ea16e7eaf261 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2f5dced566945c6757cd2262a819cdb5d630a32b84dc19f21ac6ea16e7eaf261", kill_on_drop: false }` [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling bgmrank-cli v0.1.0 (/opt/rustwide/workdir/bgmrank-cli) [INFO] [stderr] Compiling bgmrankdiff v0.1.0 (/opt/rustwide/workdir/bgmrankdiff) [INFO] [stderr] Compiling libbgmrank v0.0.1 (/opt/rustwide/workdir/libbgmrank) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.02s [INFO] running `Command { std: "docker" "inspect" "2f5dced566945c6757cd2262a819cdb5d630a32b84dc19f21ac6ea16e7eaf261", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f5dced566945c6757cd2262a819cdb5d630a32b84dc19f21ac6ea16e7eaf261", kill_on_drop: false }` [INFO] [stdout] 2f5dced566945c6757cd2262a819cdb5d630a32b84dc19f21ac6ea16e7eaf261 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6493177adbacb430208e5da2c8ff4466f71c8c30f97b3c5cc01e52589c8b10a7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6493177adbacb430208e5da2c8ff4466f71c8c30f97b3c5cc01e52589c8b10a7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bgmrank-f0bec9c3ad77d5db) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bgmrankdiff-5d220b61aa1b0354) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libbgmrank-730a45df1b40d8f5) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test stats::test::test_generate_histogram ... ok [INFO] [stdout] test stats::test::test_histogram_indexing ... ok [INFO] [stdout] test stats::test::test_histogram_max_rated ... ok [INFO] [stdout] test stats::test::test_histogram_stats ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests libbgmrank [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6493177adbacb430208e5da2c8ff4466f71c8c30f97b3c5cc01e52589c8b10a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6493177adbacb430208e5da2c8ff4466f71c8c30f97b3c5cc01e52589c8b10a7", kill_on_drop: false }` [INFO] [stdout] 6493177adbacb430208e5da2c8ff4466f71c8c30f97b3c5cc01e52589c8b10a7