[INFO] fetching crate camo-typescript 0.1.1... [INFO] checking camo-typescript-0.1.1 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate camo-typescript 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate camo-typescript 0.1.1 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "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-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "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" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ffc3eb2d313f3f894bd0cc543c39a1a7f4931fe27c88ef16ec9db504fddaed7d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ffc3eb2d313f3f894bd0cc543c39a1a7f4931fe27c88ef16ec9db504fddaed7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ffc3eb2d313f3f894bd0cc543c39a1a7f4931fe27c88ef16ec9db504fddaed7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffc3eb2d313f3f894bd0cc543c39a1a7f4931fe27c88ef16ec9db504fddaed7d", kill_on_drop: false }` [INFO] [stdout] ffc3eb2d313f3f894bd0cc543c39a1a7f4931fe27c88ef16ec9db504fddaed7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c44b17b65a6afcbb511c644f7d5f7e8b4fec23bacea6a6dbfc448265e618163b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c44b17b65a6afcbb511c644f7d5f7e8b4fec23bacea6a6dbfc448265e618163b", 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 a macro (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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "c44b17b65a6afcbb511c644f7d5f7e8b4fec23bacea6a6dbfc448265e618163b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c44b17b65a6afcbb511c644f7d5f7e8b4fec23bacea6a6dbfc448265e618163b", kill_on_drop: false }` [INFO] [stdout] c44b17b65a6afcbb511c644f7d5f7e8b4fec23bacea6a6dbfc448265e618163b