[INFO] fetching crate git_cmd 0.4.14...
[INFO] checking git_cmd-0.4.14 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate git_cmd 0.4.14 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate git_cmd 0.4.14 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e7657f3f370e15cdafb55a53238f07942a02f700e8de413f957585d222b36d6
[INFO] running `Command { std: "docker" "start" "-a" "6e7657f3f370e15cdafb55a53238f07942a02f700e8de413f957585d222b36d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e7657f3f370e15cdafb55a53238f07942a02f700e8de413f957585d222b36d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e7657f3f370e15cdafb55a53238f07942a02f700e8de413f957585d222b36d6", kill_on_drop: false }`
[INFO] [stdout] 6e7657f3f370e15cdafb55a53238f07942a02f700e8de413f957585d222b36d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 567b3bbf0f82f835033626415bc98161935ec34f8d389ff8b590e392c2727e37
[INFO] running `Command { std: "docker" "start" "-a" "567b3bbf0f82f835033626415bc98161935ec34f8d389ff8b590e392c2727e37", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.57
[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" "567b3bbf0f82f835033626415bc98161935ec34f8d389ff8b590e392c2727e37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "567b3bbf0f82f835033626415bc98161935ec34f8d389ff8b590e392c2727e37", kill_on_drop: false }`
[INFO] [stdout] 567b3bbf0f82f835033626415bc98161935ec34f8d389ff8b590e392c2727e37
