[INFO] cloning repository https://github.com/mjc/media-dedupe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mjc/media-dedupe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjc%2Fmedia-dedupe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjc%2Fmedia-dedupe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 29213578f05379b87bbe62ea55f8cfce697a6d65 [INFO] documenting mjc/media-dedupe against 1.86.0 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjc%2Fmedia-dedupe" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjc/media-dedupe on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mjc/media-dedupe [INFO] finished tweaking git repo https://github.com/mjc/media-dedupe [INFO] tweaked toml for git repo https://github.com/mjc/media-dedupe written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mjc/media-dedupe already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded snapbox-macros v0.2.1 [INFO] [stderr] Downloaded similar v2.1.0 [INFO] [stderr] Downloaded snapbox v0.2.10 [INFO] [stderr] Downloaded trycmd v0.13.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e91edee826b4e34050a5b4be39cc72dd6dfdbf121e192ac8e7674251d4944010 [INFO] running `Command { std: "docker" "start" "-a" "e91edee826b4e34050a5b4be39cc72dd6dfdbf121e192ac8e7674251d4944010", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e91edee826b4e34050a5b4be39cc72dd6dfdbf121e192ac8e7674251d4944010", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e91edee826b4e34050a5b4be39cc72dd6dfdbf121e192ac8e7674251d4944010", kill_on_drop: false }` [INFO] [stdout] e91edee826b4e34050a5b4be39cc72dd6dfdbf121e192ac8e7674251d4944010 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c1445ac0b818ccfcd0ce0a010dedf74afa36e52ce3cc2533fe7b1e2fce9a72c [INFO] running `Command { std: "docker" "start" "-a" "3c1445ac0b818ccfcd0ce0a010dedf74afa36e52ce3cc2533fe7b1e2fce9a72c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking concolor-query v0.0.5 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking concolor v0.0.8 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking os_pipe v1.0.1 [INFO] [stderr] Checking combine v4.6.4 [INFO] [stderr] Checking filetime v0.2.16 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking similar v2.1.0 [INFO] [stderr] Checking os_str_bytes v6.1.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling camino v1.0.9 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking dunce v1.0.2 [INFO] [stderr] Checking snapbox-macros v0.2.1 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking snapbox v0.2.10 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking shlex v1.1.0 [INFO] [stderr] Compiling clap_derive v3.1.18 [INFO] [stderr] Checking clap v3.1.18 [INFO] [stderr] Checking humantime-serde v1.1.1 [INFO] [stderr] Checking toml_edit v0.14.4 [INFO] [stderr] Checking trycmd v0.13.4 [INFO] [stderr] Documenting media-dedupe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.08s [INFO] [stderr] Generated /opt/rustwide/target/doc/media_dedupe/index.html [INFO] running `Command { std: "docker" "inspect" "3c1445ac0b818ccfcd0ce0a010dedf74afa36e52ce3cc2533fe7b1e2fce9a72c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c1445ac0b818ccfcd0ce0a010dedf74afa36e52ce3cc2533fe7b1e2fce9a72c", kill_on_drop: false }` [INFO] [stdout] 3c1445ac0b818ccfcd0ce0a010dedf74afa36e52ce3cc2533fe7b1e2fce9a72c