[INFO] fetching crate camo-typescript 0.1.1... [INFO] checking camo-typescript-0.1.1 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate camo-typescript 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate camo-typescript 0.1.1 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate camo-typescript 0.1.1 [INFO] finished tweaking crates.io crate camo-typescript 0.1.1 [INFO] tweaked toml for crates.io crate camo-typescript 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded camo v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce14283953161ef07be51fe8df1d05de38158f80cc32f623c1c2bef0e581ad74 [INFO] running `Command { std: "docker" "start" "-a" "ce14283953161ef07be51fe8df1d05de38158f80cc32f623c1c2bef0e581ad74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce14283953161ef07be51fe8df1d05de38158f80cc32f623c1c2bef0e581ad74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce14283953161ef07be51fe8df1d05de38158f80cc32f623c1c2bef0e581ad74", kill_on_drop: false }` [INFO] [stdout] ce14283953161ef07be51fe8df1d05de38158f80cc32f623c1c2bef0e581ad74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 742e9728203a9e29536e6d7894ee9e0b7a488327ee4a7155f036bdd1f3e6f2f5 [INFO] running `Command { std: "docker" "start" "-a" "742e9728203a9e29536e6d7894ee9e0b7a488327ee4a7155f036bdd1f3e6f2f5", kill_on_drop: false }` [INFO] [stderr] Checking camo v0.1.1 [INFO] [stderr] Checking unindent v0.1.7 [INFO] [stderr] Checking camo-typescript v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `camo_derive` [INFO] [stdout] --> tests/integration_tests.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use camo_derive::Camo; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `camo_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `camo_derive` [INFO] [stdout] --> tests/integration_tests.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | use camo_derive::Camo; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `camo_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `camo_derive` [INFO] [stdout] --> tests/integration_tests.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | use camo_derive::Camo; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `camo_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `camo_derive` [INFO] [stdout] --> tests/integration_tests.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | use camo_derive::Camo; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `camo_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Camo` [INFO] [stdout] --> tests/integration_tests.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Camo)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Camo` [INFO] [stdout] --> tests/integration_tests.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Camo)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Camo` [INFO] [stdout] --> tests/integration_tests.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Camo)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Camo` [INFO] [stdout] --> tests/integration_tests.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | #[derive(Camo)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_booleans::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 9 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this [INFO] [stdout] ... [INFO] [stdout] 14 | let foo: Interface = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_booleans::Foo` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `camo`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_numbers::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 27 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this [INFO] [stdout] ... [INFO] [stdout] 36 | let foo: Interface = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_numbers::Foo` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `camo`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_chars::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 52 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this [INFO] [stdout] ... [INFO] [stdout] 57 | let foo: Interface = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_chars::Foo` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `camo`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `works_with_export::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:99:35 [INFO] [stdout] | [INFO] [stdout] 92 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this [INFO] [stdout] ... [INFO] [stdout] 99 | let exports: Vec = export! { Foo }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ function or associated item not found in `works_with_export::Foo` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `camo`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Camo` [INFO] [stdout] = note: this error originates in the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Camo` [INFO] [stdout] --> tests/integration_tests.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | use camo::{export, Camo as _}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `camo-typescript` due to 13 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "742e9728203a9e29536e6d7894ee9e0b7a488327ee4a7155f036bdd1f3e6f2f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "742e9728203a9e29536e6d7894ee9e0b7a488327ee4a7155f036bdd1f3e6f2f5", kill_on_drop: false }` [INFO] [stdout] 742e9728203a9e29536e6d7894ee9e0b7a488327ee4a7155f036bdd1f3e6f2f5