[INFO] fetching crate camo-typescript 0.1.1... [INFO] checking camo-typescript-0.1.1 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate camo-typescript 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate camo-typescript 0.1.1 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff6ff4fd5393aea9443ed7a7c27c4c62fa3d06dc79777acefa54c2d8593f5a7e [INFO] running `Command { std: "docker" "start" "-a" "ff6ff4fd5393aea9443ed7a7c27c4c62fa3d06dc79777acefa54c2d8593f5a7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff6ff4fd5393aea9443ed7a7c27c4c62fa3d06dc79777acefa54c2d8593f5a7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff6ff4fd5393aea9443ed7a7c27c4c62fa3d06dc79777acefa54c2d8593f5a7e", kill_on_drop: false }` [INFO] [stdout] ff6ff4fd5393aea9443ed7a7c27c4c62fa3d06dc79777acefa54c2d8593f5a7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b1a60cf5da12fc4f5c0bcefe8d8486809a9d714b87dd2fcf0bdf6256a2f869e [INFO] running `Command { std: "docker" "start" "-a" "6b1a60cf5da12fc4f5c0bcefe8d8486809a9d714b87dd2fcf0bdf6256a2f869e", 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" "6b1a60cf5da12fc4f5c0bcefe8d8486809a9d714b87dd2fcf0bdf6256a2f869e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b1a60cf5da12fc4f5c0bcefe8d8486809a9d714b87dd2fcf0bdf6256a2f869e", kill_on_drop: false }` [INFO] [stdout] 6b1a60cf5da12fc4f5c0bcefe8d8486809a9d714b87dd2fcf0bdf6256a2f869e