[INFO] cloning repository https://github.com/pyaillet/dive-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pyaillet/dive-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyaillet%2Fdive-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyaillet%2Fdive-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1482e4daeffd05fab5ff962d81ad9f371c254e48 [INFO] testing pyaillet/dive-rs against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyaillet%2Fdive-rs" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pyaillet/dive-rs 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/pyaillet/dive-rs [INFO] finished tweaking git repo https://github.com/pyaillet/dive-rs [INFO] tweaked toml for git repo https://github.com/pyaillet/dive-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/pyaillet/dive-rs 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] d36b572eb0966a4758a7a1033b44bb375afc31e0d00ab57f5a758a467e4e5bbf [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" "d36b572eb0966a4758a7a1033b44bb375afc31e0d00ab57f5a758a467e4e5bbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d36b572eb0966a4758a7a1033b44bb375afc31e0d00ab57f5a758a467e4e5bbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d36b572eb0966a4758a7a1033b44bb375afc31e0d00ab57f5a758a467e4e5bbf", kill_on_drop: false }` [INFO] [stdout] d36b572eb0966a4758a7a1033b44bb375afc31e0d00ab57f5a758a467e4e5bbf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 67c7cd0678c1056fbedd7fba015e69be526890b0845f1c306c05b40c451131b3 [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" "67c7cd0678c1056fbedd7fba015e69be526890b0845f1c306c05b40c451131b3", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling futures-io v0.3.7 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling lalrpop-util v0.19.1 [INFO] [stderr] Compiling curl v0.4.34 [INFO] [stderr] Compiling isahc v0.9.13 [INFO] [stderr] Compiling levenshtein v1.0.4 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling curl-sys v0.4.38+curl-7.73.0 [INFO] [stderr] Compiling qstring v0.7.2 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling spinning_top v0.2.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling flume v0.9.2 [INFO] [stderr] Compiling futures-lite v1.11.2 [INFO] [stderr] Compiling sluice v0.5.3 [INFO] [stderr] Compiling futures-task v0.3.7 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling polling v2.0.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling async-io v1.2.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling async-global-executor v1.4.3 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling async-std v1.7.0 [INFO] [stderr] Compiling native-tls v0.2.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.7 [INFO] [stderr] Compiling extend v0.1.2 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling puddle v0.1.0 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling futures-util v0.3.7 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling string_cache v0.8.1 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling lalrpop v0.19.1 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling assert-json-diff v1.1.0 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling basic-cookies v0.1.4 [INFO] [stderr] Compiling httpmock v0.5.2 [INFO] [stderr] Compiling dive-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 41s [INFO] running `Command { std: "docker" "inspect" "67c7cd0678c1056fbedd7fba015e69be526890b0845f1c306c05b40c451131b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67c7cd0678c1056fbedd7fba015e69be526890b0845f1c306c05b40c451131b3", kill_on_drop: false }` [INFO] [stdout] 67c7cd0678c1056fbedd7fba015e69be526890b0845f1c306c05b40c451131b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e527a007aafb040e8bf1da2551e2df8cb3c75075fa2abe3717dd69990e2c2ddf [INFO] running `Command { std: "docker" "start" "-a" "e527a007aafb040e8bf1da2551e2df8cb3c75075fa2abe3717dd69990e2c2ddf", kill_on_drop: false }` [INFO] [stderr] Compiling dive-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.67s [INFO] running `Command { std: "docker" "inspect" "e527a007aafb040e8bf1da2551e2df8cb3c75075fa2abe3717dd69990e2c2ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e527a007aafb040e8bf1da2551e2df8cb3c75075fa2abe3717dd69990e2c2ddf", kill_on_drop: false }` [INFO] [stdout] e527a007aafb040e8bf1da2551e2df8cb3c75075fa2abe3717dd69990e2c2ddf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 625d11d5b708ed9890fab4762ebe9db9545d55f748db8b9ca63612f66f5c8ef7 [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" "625d11d5b708ed9890fab4762ebe9db9545d55f748db8b9ca63612f66f5c8ef7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dive_rs-08f4c58504d328a8) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test oci::image::config::tests::test_from_str_ok ... ok [INFO] [stdout] test oci::image::manifest::tests::test_from_str_ok ... ok [INFO] [stdout] test oci::registry::tests::get_layer_ok ... ok [INFO] [stdout] test oci::image::tests::fullname_ok ... ok [INFO] [stdout] test oci::image::tests::tag_ok ... ok [INFO] [stdout] test oci::image::tests::name_ok ... ok [INFO] [stdout] test oci::image::tests::hostport_ok ... ok [INFO] [stdout] test oci::image::tests::scheme_ok ... ok [INFO] [stdout] test oci::registry::tests::get_manifest_ok ... ok [INFO] [stdout] test oci::registry::tests::get_config_ok ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "625d11d5b708ed9890fab4762ebe9db9545d55f748db8b9ca63612f66f5c8ef7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625d11d5b708ed9890fab4762ebe9db9545d55f748db8b9ca63612f66f5c8ef7", kill_on_drop: false }` [INFO] [stdout] 625d11d5b708ed9890fab4762ebe9db9545d55f748db8b9ca63612f66f5c8ef7