[INFO] cloning repository https://github.com/mlange-42/yarner-block-links [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mlange-42/yarner-block-links" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlange-42%2Fyarner-block-links", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlange-42%2Fyarner-block-links'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8216c6144419fd676c2bcd80e949e60ec2a0b29a [INFO] testing mlange-42/yarner-block-links against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlange-42%2Fyarner-block-links" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mlange-42/yarner-block-links 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/mlange-42/yarner-block-links [INFO] finished tweaking git repo https://github.com/mlange-42/yarner-block-links [INFO] tweaked toml for git repo https://github.com/mlange-42/yarner-block-links written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/mlange-42/yarner-block-links 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 40b5058a7e0a5ec216dec31a9b426d1d8f457aebcc4e0db0384ef87b38521d37 [INFO] running `Command { std: "docker" "start" "-a" "40b5058a7e0a5ec216dec31a9b426d1d8f457aebcc4e0db0384ef87b38521d37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40b5058a7e0a5ec216dec31a9b426d1d8f457aebcc4e0db0384ef87b38521d37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b5058a7e0a5ec216dec31a9b426d1d8f457aebcc4e0db0384ef87b38521d37", kill_on_drop: false }` [INFO] [stdout] 40b5058a7e0a5ec216dec31a9b426d1d8f457aebcc4e0db0384ef87b38521d37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 54d853e8bf4c450bf622a7ada7a38cbe10d571249510fd923be70f75e5f5ef49 [INFO] running `Command { std: "docker" "start" "-a" "54d853e8bf4c450bf622a7ada7a38cbe10d571249510fd923be70f75e5f5ef49", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling handlebars v3.5.3 [INFO] [stderr] Compiling yarner-lib v0.5.2 [INFO] [stderr] Compiling yarner-block-links v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.49s [INFO] running `Command { std: "docker" "inspect" "54d853e8bf4c450bf622a7ada7a38cbe10d571249510fd923be70f75e5f5ef49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54d853e8bf4c450bf622a7ada7a38cbe10d571249510fd923be70f75e5f5ef49", kill_on_drop: false }` [INFO] [stdout] 54d853e8bf4c450bf622a7ada7a38cbe10d571249510fd923be70f75e5f5ef49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] de3ddf4edbabb9bfc4f8bddac005ad540009f6380c7d3ee767bd0a9ce8dde0a6 [INFO] running `Command { std: "docker" "start" "-a" "de3ddf4edbabb9bfc4f8bddac005ad540009f6380c7d3ee767bd0a9ce8dde0a6", kill_on_drop: false }` [INFO] [stderr] Compiling yarner-block-links v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "de3ddf4edbabb9bfc4f8bddac005ad540009f6380c7d3ee767bd0a9ce8dde0a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de3ddf4edbabb9bfc4f8bddac005ad540009f6380c7d3ee767bd0a9ce8dde0a6", kill_on_drop: false }` [INFO] [stdout] de3ddf4edbabb9bfc4f8bddac005ad540009f6380c7d3ee767bd0a9ce8dde0a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 9a15207dcf5f1de173cf56313ac80a24fde9b01556c8f1f6009e015153a75aa5 [INFO] running `Command { std: "docker" "start" "-a" "9a15207dcf5f1de173cf56313ac80a24fde9b01556c8f1f6009e015153a75aa5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/yarner_block_links-8cef10bb145c00ed) [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" "9a15207dcf5f1de173cf56313ac80a24fde9b01556c8f1f6009e015153a75aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a15207dcf5f1de173cf56313ac80a24fde9b01556c8f1f6009e015153a75aa5", kill_on_drop: false }` [INFO] [stdout] 9a15207dcf5f1de173cf56313ac80a24fde9b01556c8f1f6009e015153a75aa5