[INFO] fetching crate camo-typescript 0.1.1... [INFO] checking camo-typescript-0.1.1 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate camo-typescript 0.1.1 into /workspace/builds/worker-38/source [INFO] validating manifest of crates.io crate camo-typescript 0.1.1 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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-38/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b14d5bc4724b3b700c0ac65adf81f42518dc23c5986586bbbcf3f4bb2849346c [INFO] running `Command { std: "docker" "start" "-a" "b14d5bc4724b3b700c0ac65adf81f42518dc23c5986586bbbcf3f4bb2849346c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b14d5bc4724b3b700c0ac65adf81f42518dc23c5986586bbbcf3f4bb2849346c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b14d5bc4724b3b700c0ac65adf81f42518dc23c5986586bbbcf3f4bb2849346c", kill_on_drop: false }` [INFO] [stdout] b14d5bc4724b3b700c0ac65adf81f42518dc23c5986586bbbcf3f4bb2849346c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f11336ee28c39828a7bc60073859c705f9904230d386543c94dfee59cc2a641b [INFO] running `Command { std: "docker" "start" "-a" "f11336ee28c39828a7bc60073859c705f9904230d386543c94dfee59cc2a641b", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking camo v0.1.1 [INFO] [stderr] Checking unindent v0.1.7 [INFO] [stderr] Checking camo-typescript v0.1.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/integration_tests.rs from 2018 edition to 2021 [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] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "f11336ee28c39828a7bc60073859c705f9904230d386543c94dfee59cc2a641b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f11336ee28c39828a7bc60073859c705f9904230d386543c94dfee59cc2a641b", kill_on_drop: false }` [INFO] [stdout] f11336ee28c39828a7bc60073859c705f9904230d386543c94dfee59cc2a641b