[INFO] cloning repository https://github.com/mjhanninen/subnetfind [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mjhanninen/subnetfind" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjhanninen%2Fsubnetfind", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjhanninen%2Fsubnetfind'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c1f3f7af1a6103a8a22b6ed3e975df800edc0f83 [INFO] testing mjhanninen/subnetfind against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjhanninen%2Fsubnetfind" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjhanninen/subnetfind on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mjhanninen/subnetfind [INFO] finished tweaking git repo https://github.com/mjhanninen/subnetfind [INFO] tweaked toml for git repo https://github.com/mjhanninen/subnetfind written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/mjhanninen/subnetfind already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded buffering v0.4.2 [INFO] [stderr] Downloaded neli v0.5.0-rc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d07c27e4ac3084ae5938c0e190ba322aaf97a5765512eb9b3bbb1433d01fc479 [INFO] running `Command { std: "docker" "start" "-a" "d07c27e4ac3084ae5938c0e190ba322aaf97a5765512eb9b3bbb1433d01fc479", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d07c27e4ac3084ae5938c0e190ba322aaf97a5765512eb9b3bbb1433d01fc479", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d07c27e4ac3084ae5938c0e190ba322aaf97a5765512eb9b3bbb1433d01fc479", kill_on_drop: false }` [INFO] [stdout] d07c27e4ac3084ae5938c0e190ba322aaf97a5765512eb9b3bbb1433d01fc479 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e53ed26cb65c15fd0cec5fe03a0979775dec85705baa0ae85ece6ee8f3946309 [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" "e53ed26cb65c15fd0cec5fe03a0979775dec85705baa0ae85ece6ee8f3946309", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling buffering v0.4.2 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling neli v0.5.0-rc1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling subnetfind v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.39s [INFO] running `Command { std: "docker" "inspect" "e53ed26cb65c15fd0cec5fe03a0979775dec85705baa0ae85ece6ee8f3946309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e53ed26cb65c15fd0cec5fe03a0979775dec85705baa0ae85ece6ee8f3946309", kill_on_drop: false }` [INFO] [stdout] e53ed26cb65c15fd0cec5fe03a0979775dec85705baa0ae85ece6ee8f3946309 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cd25d625915439abca77661db00fdbe8be0e0c31fa62d4546a6fbf06c65f99e9 [INFO] running `Command { std: "docker" "start" "-a" "cd25d625915439abca77661db00fdbe8be0e0c31fa62d4546a6fbf06c65f99e9", kill_on_drop: false }` [INFO] [stderr] Compiling subnetfind v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "cd25d625915439abca77661db00fdbe8be0e0c31fa62d4546a6fbf06c65f99e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd25d625915439abca77661db00fdbe8be0e0c31fa62d4546a6fbf06c65f99e9", kill_on_drop: false }` [INFO] [stdout] cd25d625915439abca77661db00fdbe8be0e0c31fa62d4546a6fbf06c65f99e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9cbc4e16c23ccf45e9efe9e1711caa2166889085a6473ed09f3d9dc5c5bf1504 [INFO] running `Command { std: "docker" "start" "-a" "9cbc4e16c23ccf45e9efe9e1711caa2166889085a6473ed09f3d9dc5c5bf1504", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/subnetfind-3df4fd06095e6b93) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::test_network_blocks_equality ... ok [INFO] [stdout] test tests::test_nonoverlapping_block_ordering ... ok [INFO] [stdout] test tests::test_network_block_range ... ok [INFO] [stdout] test tests::test_subnet_iteration ... ok [INFO] [stdout] test tests::test_subnet_parsing ... ok [INFO] [stdout] test tests::test_overlapping_block_ordering ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9cbc4e16c23ccf45e9efe9e1711caa2166889085a6473ed09f3d9dc5c5bf1504", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cbc4e16c23ccf45e9efe9e1711caa2166889085a6473ed09f3d9dc5c5bf1504", kill_on_drop: false }` [INFO] [stdout] 9cbc4e16c23ccf45e9efe9e1711caa2166889085a6473ed09f3d9dc5c5bf1504