[INFO] fetching crate camo-typescript 0.7.0... [INFO] checking camo-typescript-0.7.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate camo-typescript 0.7.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate camo-typescript 0.7.0 [INFO] finished tweaking crates.io crate camo-typescript 0.7.0 [INFO] tweaked toml for crates.io crate camo-typescript 0.7.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate camo-typescript 0.7.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] acb40274c273ce1ad9f0fa3ddc8fcd9090af80cbbfa45383a43cf38d9d5feceb [INFO] running `Command { std: "docker" "start" "-a" "acb40274c273ce1ad9f0fa3ddc8fcd9090af80cbbfa45383a43cf38d9d5feceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acb40274c273ce1ad9f0fa3ddc8fcd9090af80cbbfa45383a43cf38d9d5feceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acb40274c273ce1ad9f0fa3ddc8fcd9090af80cbbfa45383a43cf38d9d5feceb", kill_on_drop: false }` [INFO] [stdout] acb40274c273ce1ad9f0fa3ddc8fcd9090af80cbbfa45383a43cf38d9d5feceb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 4c376b47886b2fd46fcb259736e665965b91829ca7db0f1c210365d597a975fc [INFO] running `Command { std: "docker" "start" "-a" "4c376b47886b2fd46fcb259736e665965b91829ca7db0f1c210365d597a975fc", kill_on_drop: false }` [INFO] [stderr] Checking camo-core v0.3.0 [INFO] [stderr] Checking unindent v0.2.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking camo-typescript v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stdout] error[E0432]: unresolved import `camo` [INFO] [stdout] --> tests/integration_tests.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use camo::Camo; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `camo` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `camo`, use `cargo add camo` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `implements_from::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:18:31 [INFO] [stdout] | [INFO] [stdout] 13 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 18 | Definition::from(Foo::camo()), [INFO] [stdout] | ^^^^ function or associated item not found in `implements_from::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_core::camo::Camo` [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:39:32 [INFO] [stdout] | [INFO] [stdout] 35 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 39 | let def: Definition = 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_core::camo::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:65:32 [INFO] [stdout] | [INFO] [stdout] 59 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 65 | let def: Definition = 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_core::camo::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:101:32 [INFO] [stdout] | [INFO] [stdout] 97 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 101 | let def: Definition = 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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_string::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:125:32 [INFO] [stdout] | [INFO] [stdout] 121 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 125 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_string::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_str::Foo<'a>` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:149:32 [INFO] [stdout] | [INFO] [stdout] 145 | struct Foo<'a> { [INFO] [stdout] | -------------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 149 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_str::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_vec::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:173:32 [INFO] [stdout] | [INFO] [stdout] 169 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 173 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_vec::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_slice::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:197:32 [INFO] [stdout] | [INFO] [stdout] 193 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 197 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_slice::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_array::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:221:32 [INFO] [stdout] | [INFO] [stdout] 217 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 221 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_array::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `supports_option::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:245:32 [INFO] [stdout] | [INFO] [stdout] 241 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 245 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `supports_option::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `serde_container_rename_struct::FooBar` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:393:40 [INFO] [stdout] | [INFO] [stdout] 388 | struct FooBar { [INFO] [stdout] | ------------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 393 | let def: Definition = dbg!(FooBar::camo()).into(); [INFO] [stdout] | ^^^^ function or associated item not found in `serde_container_rename_struct::FooBar` [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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `camo` found for enum `serde_container_rename_enum::FooBar` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:427:34 [INFO] [stdout] | [INFO] [stdout] 421 | enum FooBar { [INFO] [stdout] | ----------- variant or associated item `camo` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 427 | Definition::from(FooBar::camo()), [INFO] [stdout] | ^^^^ variant or associated item not found in `serde_container_rename_enum::FooBar` [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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `camo` found for struct `serde_container_rename_all_struct::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:469:32 [INFO] [stdout] | [INFO] [stdout] 464 | struct Foo { [INFO] [stdout] | ---------- function or associated item `camo` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 469 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ function or associated item not found in `serde_container_rename_all_struct::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `camo` found for enum `serde_container_rename_all_enum::FooBar` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:503:34 [INFO] [stdout] | [INFO] [stdout] 497 | enum FooBar { [INFO] [stdout] | ----------- variant or associated item `camo` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 503 | Definition::from(FooBar::camo()), [INFO] [stdout] | ^^^^ variant or associated item not found in `serde_container_rename_all_enum::FooBar` [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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `camo` found for enum `serde_variant_rename::FooBar` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:549:34 [INFO] [stdout] | [INFO] [stdout] 540 | enum FooBar { [INFO] [stdout] | ----------- variant or associated item `camo` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 549 | Definition::from(FooBar::camo()), [INFO] [stdout] | ^^^^ variant or associated item not found in `serde_variant_rename::FooBar` [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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `camo` found for enum `serde_variant_rename_all::FooBar` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:595:34 [INFO] [stdout] | [INFO] [stdout] 586 | enum FooBar { [INFO] [stdout] | ----------- variant or associated item `camo` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 595 | Definition::from(FooBar::camo()), [INFO] [stdout] | ^^^^ variant or associated item not found in `serde_variant_rename_all::FooBar` [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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `camo` found for enum `enum_externally_tagged::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:641:37 [INFO] [stdout] | [INFO] [stdout] 633 | enum Foo { [INFO] [stdout] | ----------- variant or associated item `camo` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 641 | let def: Definition = Foo::::camo().into(); [INFO] [stdout] | ^^^^ variant or associated item not found in `enum_externally_tagged::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `camo` found for enum `enum_internally_tagged::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:716:32 [INFO] [stdout] | [INFO] [stdout] 711 | enum Foo { [INFO] [stdout] | -------- variant or associated item `camo` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 716 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ variant or associated item not found in `enum_internally_tagged::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_core::camo::Camo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `camo` found for enum `enum_adjacently_tagged::Foo` in the current scope [INFO] [stdout] --> tests/integration_tests.rs:777:32 [INFO] [stdout] | [INFO] [stdout] 772 | enum Foo { [INFO] [stdout] | -------- variant or associated item `camo` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 777 | let def: Definition = Foo::camo().into(); [INFO] [stdout] | ^^^^ variant or associated item not found in `enum_adjacently_tagged::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_core::camo::Camo` [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` (test "integration_tests") due to 20 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "4c376b47886b2fd46fcb259736e665965b91829ca7db0f1c210365d597a975fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c376b47886b2fd46fcb259736e665965b91829ca7db0f1c210365d597a975fc", kill_on_drop: false }` [INFO] [stdout] 4c376b47886b2fd46fcb259736e665965b91829ca7db0f1c210365d597a975fc