[INFO] fetching crate marker_lints 0.4.3...
[INFO] checking marker_lints-0.4.3 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate marker_lints 0.4.3 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate marker_lints 0.4.3 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate marker_lints 0.4.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate marker_lints 0.4.3
[INFO] tweaked toml for crates.io crate marker_lints 0.4.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded marker_api v0.4.3
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9be8a251f6ae0385fcd96a625098ae493b29145be2256f4e2436d14f0f2e634
[INFO] running `Command { std: "docker" "start" "-a" "e9be8a251f6ae0385fcd96a625098ae493b29145be2256f4e2436d14f0f2e634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9be8a251f6ae0385fcd96a625098ae493b29145be2256f4e2436d14f0f2e634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9be8a251f6ae0385fcd96a625098ae493b29145be2256f4e2436d14f0f2e634", kill_on_drop: false }`
[INFO] [stdout] e9be8a251f6ae0385fcd96a625098ae493b29145be2256f4e2436d14f0f2e634
[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=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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d3a22549eb15d7959f5d658ef67eb2989c0a328e2878f2cbe88a80018759e0e
[INFO] running `Command { std: "docker" "start" "-a" "4d3a22549eb15d7959f5d658ef67eb2989c0a328e2878f2cbe88a80018759e0e", kill_on_drop: false }`
[INFO] [stderr]     Checking marker_api v0.4.3
[INFO] [stderr]     Checking marker_lints v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `marker_uitest`
[INFO] [stdout]  --> tests/uitest.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use marker_uitest::ui_test::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of undeclared crate or module `marker_uitest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `marker_uitest`
[INFO] [stdout]  --> tests/uitest.rs:5:30
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let mut config: Config = marker_uitest::simple_ui_test_config!("tests/ui", "../target")?;
[INFO] [stdout]   |                              ^^^^^^^^^^^^^ use of undeclared crate or module `marker_uitest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `status_emitter`
[INFO] [stdout]   --> tests/uitest.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         status_emitter::Text::quiet(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `status_emitter`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `marker_api::ast::TyKind::Text` and 1 other; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 21 |         marker_api::ast::TyKind(),
[INFO] [stdout]    |         ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 21 |         marker_api::sem::TyKind(),
[INFO] [stdout]    |         ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Config` in this scope
[INFO] [stdout]  --> tests/uitest.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let mut config: Config = marker_uitest::simple_ui_test_config!("tests/ui", "../target")?;
[INFO] [stdout]   |                     ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `default_file_filter` in this scope
[INFO] [stdout]   --> tests/uitest.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         default_file_filter,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `default_per_file_config` in this scope
[INFO] [stdout]   --> tests/uitest.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         default_per_file_config,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::env`
[INFO] [stdout]  --> tests/uitest.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::env;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_tests_generic` in this scope
[INFO] [stdout]   --> tests/uitest.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     run_tests_generic(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `color_eyre`
[INFO] [stdout]  --> tests/uitest.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn main() -> color_eyre::Result<()> {
[INFO] [stdout]   |              ^^^^^^^^^^ use of undeclared crate or module `color_eyre`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `marker_lints` (test "uitest") due to 9 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "4d3a22549eb15d7959f5d658ef67eb2989c0a328e2878f2cbe88a80018759e0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d3a22549eb15d7959f5d658ef67eb2989c0a328e2878f2cbe88a80018759e0e", kill_on_drop: false }`
[INFO] [stdout] 4d3a22549eb15d7959f5d658ef67eb2989c0a328e2878f2cbe88a80018759e0e
[INFO] checking marker_lints-0.4.3 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate marker_lints 0.4.3 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate marker_lints 0.4.3 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate marker_lints 0.4.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate marker_lints 0.4.3
[INFO] tweaked toml for crates.io crate marker_lints 0.4.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b21713ce52d6041d1ceae36cc545b4d650b39a35282fd4baf64d39ae6fdcd71
[INFO] running `Command { std: "docker" "start" "-a" "1b21713ce52d6041d1ceae36cc545b4d650b39a35282fd4baf64d39ae6fdcd71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b21713ce52d6041d1ceae36cc545b4d650b39a35282fd4baf64d39ae6fdcd71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b21713ce52d6041d1ceae36cc545b4d650b39a35282fd4baf64d39ae6fdcd71", kill_on_drop: false }`
[INFO] [stdout] 1b21713ce52d6041d1ceae36cc545b4d650b39a35282fd4baf64d39ae6fdcd71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c85614e2f1854c06acc8d79f13ef3589a591d6fa64b7d170ec7c824f7cdba877
[INFO] running `Command { std: "docker" "start" "-a" "c85614e2f1854c06acc8d79f13ef3589a591d6fa64b7d170ec7c824f7cdba877", kill_on_drop: false }`
[INFO] [stderr]     Checking marker_api v0.4.3
[INFO] [stderr]     Checking marker_lints v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `marker_uitest`
[INFO] [stdout]  --> tests/uitest.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use marker_uitest::ui_test::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of undeclared crate or module `marker_uitest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `marker_uitest`
[INFO] [stdout]  --> tests/uitest.rs:5:30
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let mut config: Config = marker_uitest::simple_ui_test_config!("tests/ui", "../target")?;
[INFO] [stdout]   |                              ^^^^^^^^^^^^^ use of undeclared crate or module `marker_uitest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `status_emitter`
[INFO] [stdout]   --> tests/uitest.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         status_emitter::Text::quiet(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `status_emitter`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `marker_api::ast::TyKind::Text` and 1 other; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 21 |         marker_api::ast::TyKind(),
[INFO] [stdout]    |         ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 21 |         marker_api::sem::TyKind(),
[INFO] [stdout]    |         ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Config` in this scope
[INFO] [stdout]  --> tests/uitest.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let mut config: Config = marker_uitest::simple_ui_test_config!("tests/ui", "../target")?;
[INFO] [stdout]   |                     ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `default_file_filter` in this scope
[INFO] [stdout]   --> tests/uitest.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         default_file_filter,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `default_per_file_config` in this scope
[INFO] [stdout]   --> tests/uitest.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         default_per_file_config,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::env`
[INFO] [stdout]  --> tests/uitest.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::env;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_tests_generic` in this scope
[INFO] [stdout]   --> tests/uitest.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     run_tests_generic(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `color_eyre`
[INFO] [stdout]  --> tests/uitest.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn main() -> color_eyre::Result<()> {
[INFO] [stdout]   |              ^^^^^^^^^^ use of undeclared crate or module `color_eyre`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `marker_lints` (test "uitest") due to 9 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c85614e2f1854c06acc8d79f13ef3589a591d6fa64b7d170ec7c824f7cdba877", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c85614e2f1854c06acc8d79f13ef3589a591d6fa64b7d170ec7c824f7cdba877", kill_on_drop: false }`
[INFO] [stdout] c85614e2f1854c06acc8d79f13ef3589a591d6fa64b7d170ec7c824f7cdba877
