[INFO] fetching crate git_cmd 0.4.14...
[INFO] checking git_cmd-0.4.14 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate git_cmd 0.4.14 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate git_cmd 0.4.14 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate git_cmd 0.4.14
[INFO] finished tweaking crates.io crate git_cmd 0.4.14
[INFO] tweaked toml for crates.io crate git_cmd 0.4.14 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 29 packages to latest compatible versions
[INFO] [stderr]       Adding linux-raw-sys v0.4.13 (latest: v0.6.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dfec4b1cc161cf0d417f3f2d53aa2c49a4a04b689944290c76fb30ba283a5d29
[INFO] running `Command { std: "docker" "start" "-a" "dfec4b1cc161cf0d417f3f2d53aa2c49a4a04b689944290c76fb30ba283a5d29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dfec4b1cc161cf0d417f3f2d53aa2c49a4a04b689944290c76fb30ba283a5d29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfec4b1cc161cf0d417f3f2d53aa2c49a4a04b689944290c76fb30ba283a5d29", kill_on_drop: false }`
[INFO] [stdout] dfec4b1cc161cf0d417f3f2d53aa2c49a4a04b689944290c76fb30ba283a5d29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f8afd0d13efa8a3f552d91737bf4805e590251219f8e839cd6c6241b01ff5f2
[INFO] running `Command { std: "docker" "start" "-a" "7f8afd0d13efa8a3f552d91737bf4805e590251219f8e839cd6c6241b01ff5f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking git_cmd v0.4.14 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Repo` in the current scope
[INFO] [stdout]    --> src/lib.rs:356:26
[INFO] [stdout]     |
[INFO] [stdout] 17  | pub struct Repo {
[INFO] [stdout]     | --------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 356 |         let repo = Repo::init(&repository_dir);
[INFO] [stdout]     |                          ^^^^ function or associated item not found in `Repo`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Repo`, consider using `Repo::new` which returns `Result<Repo, anyhow::Error>`
[INFO] [stdout]    --> src/lib.rs:28:5
[INFO] [stdout]     |
[INFO] [stdout] 28  |     #[instrument(skip_all)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_logs`
[INFO] [stdout]    --> src/lib.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |         test_logs::init();
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared crate or module `test_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Repo` in the current scope
[INFO] [stdout]    --> src/lib.rs:365:26
[INFO] [stdout]     |
[INFO] [stdout] 17  | pub struct Repo {
[INFO] [stdout]     | --------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 365 |         let repo = Repo::init(&repository_dir);
[INFO] [stdout]     |                          ^^^^ function or associated item not found in `Repo`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Repo`, consider using `Repo::new` which returns `Result<Repo, anyhow::Error>`
[INFO] [stdout]    --> src/lib.rs:28:5
[INFO] [stdout]     |
[INFO] [stdout] 28  |     #[instrument(skip_all)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_logs`
[INFO] [stdout]    --> src/lib.rs:382:9
[INFO] [stdout]     |
[INFO] [stdout] 382 |         test_logs::init();
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared crate or module `test_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Repo` in the current scope
[INFO] [stdout]    --> src/lib.rs:384:26
[INFO] [stdout]     |
[INFO] [stdout] 17  | pub struct Repo {
[INFO] [stdout]     | --------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 384 |         let repo = Repo::init(&repository_dir);
[INFO] [stdout]     |                          ^^^^ function or associated item not found in `Repo`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Repo`, consider using `Repo::new` which returns `Result<Repo, anyhow::Error>`
[INFO] [stdout]    --> src/lib.rs:28:5
[INFO] [stdout]     |
[INFO] [stdout] 28  |     #[instrument(skip_all)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_logs`
[INFO] [stdout]    --> src/lib.rs:402:9
[INFO] [stdout]     |
[INFO] [stdout] 402 |         test_logs::init();
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared crate or module `test_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Repo` in the current scope
[INFO] [stdout]    --> src/lib.rs:404:26
[INFO] [stdout]     |
[INFO] [stdout] 17  | pub struct Repo {
[INFO] [stdout]     | --------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 404 |         let repo = Repo::init(&repository_dir);
[INFO] [stdout]     |                          ^^^^ function or associated item not found in `Repo`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Repo`, consider using `Repo::new` which returns `Result<Repo, anyhow::Error>`
[INFO] [stdout]    --> src/lib.rs:28:5
[INFO] [stdout]     |
[INFO] [stdout] 28  |     #[instrument(skip_all)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_logs`
[INFO] [stdout]    --> src/lib.rs:410:9
[INFO] [stdout]     |
[INFO] [stdout] 410 |         test_logs::init();
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared crate or module `test_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Repo` in the current scope
[INFO] [stdout]    --> src/lib.rs:412:26
[INFO] [stdout]     |
[INFO] [stdout] 17  | pub struct Repo {
[INFO] [stdout]     | --------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 412 |         let repo = Repo::init(&repository_dir);
[INFO] [stdout]     |                          ^^^^ function or associated item not found in `Repo`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Repo`, consider using `Repo::new` which returns `Result<Repo, anyhow::Error>`
[INFO] [stdout]    --> src/lib.rs:28:5
[INFO] [stdout]     |
[INFO] [stdout] 28  |     #[instrument(skip_all)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_logs`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |         test_logs::init();
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared crate or module `test_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Repo` in the current scope
[INFO] [stdout]    --> src/lib.rs:436:26
[INFO] [stdout]     |
[INFO] [stdout] 17  | pub struct Repo {
[INFO] [stdout]     | --------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 436 |         let repo = Repo::init(&repository_dir);
[INFO] [stdout]     |                          ^^^^ function or associated item not found in `Repo`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Repo`, consider using `Repo::new` which returns `Result<Repo, anyhow::Error>`
[INFO] [stdout]    --> src/lib.rs:28:5
[INFO] [stdout]     |
[INFO] [stdout] 28  |     #[instrument(skip_all)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_logs`
[INFO] [stdout]    --> src/lib.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 |         test_logs::init();
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared crate or module `test_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Repo` in the current scope
[INFO] [stdout]    --> src/lib.rs:451:26
[INFO] [stdout]     |
[INFO] [stdout] 17  | pub struct Repo {
[INFO] [stdout]     | --------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 451 |         let repo = Repo::init(&repository_dir);
[INFO] [stdout]     |                          ^^^^ function or associated item not found in `Repo`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Repo`, consider using `Repo::new` which returns `Result<Repo, anyhow::Error>`
[INFO] [stdout]    --> src/lib.rs:28:5
[INFO] [stdout]     |
[INFO] [stdout] 28  |     #[instrument(skip_all)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `git_cmd` (lib test) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "7f8afd0d13efa8a3f552d91737bf4805e590251219f8e839cd6c6241b01ff5f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f8afd0d13efa8a3f552d91737bf4805e590251219f8e839cd6c6241b01ff5f2", kill_on_drop: false }`
[INFO] [stdout] 7f8afd0d13efa8a3f552d91737bf4805e590251219f8e839cd6c6241b01ff5f2
