[INFO] cloning repository https://github.com/christianpoveda/librarian [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/christianpoveda/librarian" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristianpoveda%2Flibrarian", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristianpoveda%2Flibrarian'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d1333f5c8f6b1060912eb695a262f6c1abb26714 [INFO] testing christianpoveda/librarian against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristianpoveda%2Flibrarian" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/christianpoveda/librarian 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/christianpoveda/librarian [INFO] finished tweaking git repo https://github.com/christianpoveda/librarian [INFO] tweaked toml for git repo https://github.com/christianpoveda/librarian written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/christianpoveda/librarian 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded chunked_transfer v1.0.0 [INFO] [stderr] Downloaded structopt v0.3.9 [INFO] [stderr] Downloaded hex v0.4.0 [INFO] [stderr] Downloaded open v1.3.3 [INFO] [stderr] Downloaded scrawl v1.1.0 [INFO] [stderr] Downloaded proc-macro-error-attr v0.4.8 [INFO] [stderr] Downloaded proc-macro-error v0.4.8 [INFO] [stderr] Downloaded structopt-derive v0.4.2 [INFO] [stderr] Downloaded webpki v0.21.2 [INFO] [stderr] Downloaded ureq v0.11.4 [INFO] [stderr] Downloaded fuzzy-matcher v0.3.3 [INFO] [stderr] Downloaded blake3 v0.1.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 16270ed107459e1edf3830551fcec71eaa53c131bbd27e54db312f55a092b0a6 [INFO] running `Command { std: "docker" "start" "-a" "16270ed107459e1edf3830551fcec71eaa53c131bbd27e54db312f55a092b0a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16270ed107459e1edf3830551fcec71eaa53c131bbd27e54db312f55a092b0a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16270ed107459e1edf3830551fcec71eaa53c131bbd27e54db312f55a092b0a6", kill_on_drop: false }` [INFO] [stdout] 16270ed107459e1edf3830551fcec71eaa53c131bbd27e54db312f55a092b0a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 2ab208706147244144ba52e7e0125b91e3ad381efc22df4a8cf5257e037dcf80 [INFO] running `Command { std: "docker" "start" "-a" "2ab208706147244144ba52e7e0125b91e3ad381efc22df4a8cf5257e037dcf80", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling anyhow v1.0.26 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling chunked_transfer v1.0.0 [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] Compiling open v1.3.3 [INFO] [stderr] Compiling scrawl v1.1.0 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling blake3 v0.1.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling qstring v0.7.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling fuzzy-matcher v0.3.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling webpki v0.21.2 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling ureq v0.11.4 [INFO] [stderr] Compiling proc-macro-error v0.4.8 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.8 [INFO] [stderr] Compiling structopt-derive v0.4.2 [INFO] [stderr] Compiling structopt v0.3.9 [INFO] [stderr] Compiling serde_json v1.0.46 [INFO] [stderr] Compiling librarian v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.29s [INFO] running `Command { std: "docker" "inspect" "2ab208706147244144ba52e7e0125b91e3ad381efc22df4a8cf5257e037dcf80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ab208706147244144ba52e7e0125b91e3ad381efc22df4a8cf5257e037dcf80", kill_on_drop: false }` [INFO] [stdout] 2ab208706147244144ba52e7e0125b91e3ad381efc22df4a8cf5257e037dcf80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 8bf0cd3c3d096478066e559deb7e8e83ccb1530b3d3c73fcf69130134c73e604 [INFO] running `Command { std: "docker" "start" "-a" "8bf0cd3c3d096478066e559deb7e8e83ccb1530b3d3c73fcf69130134c73e604", kill_on_drop: false }` [INFO] [stderr] Compiling librarian v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `Command { std: "docker" "inspect" "8bf0cd3c3d096478066e559deb7e8e83ccb1530b3d3c73fcf69130134c73e604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bf0cd3c3d096478066e559deb7e8e83ccb1530b3d3c73fcf69130134c73e604", kill_on_drop: false }` [INFO] [stdout] 8bf0cd3c3d096478066e559deb7e8e83ccb1530b3d3c73fcf69130134c73e604 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 55239bc92f0076d2f151abed9034d0608fc48c89c3d36032a948f58c60234114 [INFO] running `Command { std: "docker" "start" "-a" "55239bc92f0076d2f151abed9034d0608fc48c89c3d36032a948f58c60234114", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lbr-976266db72e3063a) [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" "55239bc92f0076d2f151abed9034d0608fc48c89c3d36032a948f58c60234114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55239bc92f0076d2f151abed9034d0608fc48c89c3d36032a948f58c60234114", kill_on_drop: false }` [INFO] [stdout] 55239bc92f0076d2f151abed9034d0608fc48c89c3d36032a948f58c60234114