[INFO] cloning repository https://github.com/Turbo87/hosted-git-info-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Turbo87/hosted-git-info-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbo87%2Fhosted-git-info-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbo87%2Fhosted-git-info-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c1251e2de5f49c7ae07b911306581e3d49debce9 [INFO] testing Turbo87/hosted-git-info-rs against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbo87%2Fhosted-git-info-rs" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Turbo87/hosted-git-info-rs on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-16/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/Turbo87/hosted-git-info-rs [INFO] finished tweaking git repo https://github.com/Turbo87/hosted-git-info-rs [INFO] tweaked toml for git repo https://github.com/Turbo87/hosted-git-info-rs written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/Turbo87/hosted-git-info-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [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-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b1ff4dd4215067e19e715285aa9eea6f90ba5deadb941dfdfe78330c6ffba9f [INFO] running `Command { std: "docker" "start" "-a" "8b1ff4dd4215067e19e715285aa9eea6f90ba5deadb941dfdfe78330c6ffba9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b1ff4dd4215067e19e715285aa9eea6f90ba5deadb941dfdfe78330c6ffba9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b1ff4dd4215067e19e715285aa9eea6f90ba5deadb941dfdfe78330c6ffba9f", kill_on_drop: false }` [INFO] [stdout] 8b1ff4dd4215067e19e715285aa9eea6f90ba5deadb941dfdfe78330c6ffba9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63da2ad126f4e775cf500582a433caa02f5d3b27a6b69137d30267fbcc2993b6 [INFO] running `Command { std: "docker" "start" "-a" "63da2ad126f4e775cf500582a433caa02f5d3b27a6b69137d30267fbcc2993b6", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling hosted-git-info v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.50s [INFO] running `Command { std: "docker" "inspect" "63da2ad126f4e775cf500582a433caa02f5d3b27a6b69137d30267fbcc2993b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63da2ad126f4e775cf500582a433caa02f5d3b27a6b69137d30267fbcc2993b6", kill_on_drop: false }` [INFO] [stdout] 63da2ad126f4e775cf500582a433caa02f5d3b27a6b69137d30267fbcc2993b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4eac15729059a165c8d8f28004999e212efc608db0dc2b46e95710480e299ded [INFO] running `Command { std: "docker" "start" "-a" "4eac15729059a165c8d8f28004999e212efc608db0dc2b46e95710480e299ded", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling claim v0.5.0 [INFO] [stderr] Compiling hosted-git-info v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `hosted_git_info::HostedGitInfoBuilder` [INFO] [stdout] --> tests/gitlab.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use hosted_git_info::{HostedGitInfo, HostedGitInfoBuilder, Provider}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `HostedGitInfoBuilder` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hosted_git_info::HostedGitInfoBuilder` [INFO] [stdout] --> tests/github.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use hosted_git_info::{HostedGitInfo, HostedGitInfoBuilder, Provider}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `HostedGitInfoBuilder` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hosted_git_info::HostedGitInfoBuilder` [INFO] [stdout] --> tests/bitbucket.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use hosted_git_info::{HostedGitInfo, HostedGitInfoBuilder, Provider}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `HostedGitInfoBuilder` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hosted_git_info::HostedGitInfoBuilder` [INFO] [stdout] --> tests/gist.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use hosted_git_info::{HostedGitInfo, HostedGitInfoBuilder, Provider}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `HostedGitInfoBuilder` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hosted-git-info` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4eac15729059a165c8d8f28004999e212efc608db0dc2b46e95710480e299ded", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4eac15729059a165c8d8f28004999e212efc608db0dc2b46e95710480e299ded", kill_on_drop: false }` [INFO] [stdout] 4eac15729059a165c8d8f28004999e212efc608db0dc2b46e95710480e299ded