[INFO] fetching crate smear 0.0.0... [INFO] checking smear-0.0.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate smear 0.0.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate smear 0.0.0 [INFO] finished tweaking crates.io crate smear 0.0.0 [INFO] tweaked toml for crates.io crate smear 0.0.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate smear 0.0.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate smear 0.0.0 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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa6ea4699a359cb60e94d89d1e4cddd346a6d292001aacc50e84539aec91013c [INFO] running `Command { std: "docker" "start" "-a" "aa6ea4699a359cb60e94d89d1e4cddd346a6d292001aacc50e84539aec91013c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa6ea4699a359cb60e94d89d1e4cddd346a6d292001aacc50e84539aec91013c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa6ea4699a359cb60e94d89d1e4cddd346a6d292001aacc50e84539aec91013c", kill_on_drop: false }` [INFO] [stdout] aa6ea4699a359cb60e94d89d1e4cddd346a6d292001aacc50e84539aec91013c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a8ab14a68563c7713f21f564c4d69717d23219bd8becf92445d1096cc619e19 [INFO] running `Command { std: "docker" "start" "-a" "2a8ab14a68563c7713f21f564c4d69717d23219bd8becf92445d1096cc619e19", kill_on_drop: false }` [INFO] [stderr] Checking smear v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] --> tests/set.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] --> tests/set.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smear` (test "set") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] --> tests/directive.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] --> tests/directive.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smear` (test "directive") due to 2 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] --> tests/map.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `apollo_encoder` [INFO] [stdout] --> examples/thegraph.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use apollo_encoder::DirectiveDefinition; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `apollo_encoder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `apollo_encoder`, use `cargo add apollo_encoder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `smear_types` [INFO] [stdout] --> examples/thegraph.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | use smear_types::Encodable; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `smear_types` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `smear_types`, use `cargo add smear_types` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Directive` in `smear` [INFO] [stdout] --> examples/thegraph.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(::smear::Directive)] [INFO] [stdout] | ^^^^^^^^^ could not find `Directive` in `smear` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] --> tests/map.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `trybuild` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `smear` in this scope [INFO] [stdout] --> examples/thegraph.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[smear( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `smear` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `smear` in this scope [INFO] [stdout] --> examples/thegraph.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | #[smear(aliases("rwd"), deprecated, default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `smear` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `smear` (test "map") due to 2 previous errors [INFO] [stdout] error: cannot find attribute `smear` in this scope [INFO] [stdout] --> examples/thegraph.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[smear(short, aliases(ro), default = 16)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `smear` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `smear` in this scope [INFO] [stdout] --> examples/thegraph.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[smear(short(o), optional, default(default_optional_with_default))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `smear` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `smear` in this scope [INFO] [stdout] --> examples/thegraph.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[smear(short = 'y', optional)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `smear` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooDirective` [INFO] [stdout] --> examples/thegraph.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | let def = FooDirective::encode(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `FooDirective` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smear` (example "thegraph") due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "2a8ab14a68563c7713f21f564c4d69717d23219bd8becf92445d1096cc619e19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a8ab14a68563c7713f21f564c4d69717d23219bd8becf92445d1096cc619e19", kill_on_drop: false }` [INFO] [stdout] 2a8ab14a68563c7713f21f564c4d69717d23219bd8becf92445d1096cc619e19