[INFO] fetching crate camo-typescript 0.7.0...
[INFO] checking camo-typescript-0.7.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate camo-typescript 0.7.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate camo-typescript 0.7.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unindent v0.2.3
[INFO] [stderr]   Downloaded camo-core v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f3fac24262ec9869467650acc64b5d8b6630a375f33ac4771331bafc918cd044
[INFO] running `Command { std: "docker" "start" "-a" "f3fac24262ec9869467650acc64b5d8b6630a375f33ac4771331bafc918cd044", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f3fac24262ec9869467650acc64b5d8b6630a375f33ac4771331bafc918cd044", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3fac24262ec9869467650acc64b5d8b6630a375f33ac4771331bafc918cd044", kill_on_drop: false }`
[INFO] [stdout] f3fac24262ec9869467650acc64b5d8b6630a375f33ac4771331bafc918cd044
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 612e108e330b8be3497e818c0baad46049d9853691500f28c785adf20f076457
[INFO] running `Command { std: "docker" "start" "-a" "612e108e330b8be3497e818c0baad46049d9853691500f28c785adf20f076457", kill_on_drop: false }`
[INFO] [stderr]     Checking camo-core v0.3.0
[INFO] [stderr]     Checking unindent v0.2.3
[INFO] [stderr]     Checking camo-typescript v0.7.0 (/opt/rustwide/workdir)
[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 undeclared crate or module `camo`
[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 `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 `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 `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 `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 `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` 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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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<T> {
[INFO] [stdout]     |     ----------- variant or associated item `camo` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 641 |     let def: Definition = Foo::<V>::camo().into();
[INFO] [stdout]     |                                     ^^^^ variant or associated item not found in `Foo<V>`
[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 `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 `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: aborting due to 20 previous errors
[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 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "612e108e330b8be3497e818c0baad46049d9853691500f28c785adf20f076457", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "612e108e330b8be3497e818c0baad46049d9853691500f28c785adf20f076457", kill_on_drop: false }`
[INFO] [stdout] 612e108e330b8be3497e818c0baad46049d9853691500f28c785adf20f076457
