[INFO] fetching crate facet-json-write 0.1.14... [INFO] checking facet-json-write-0.1.14 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate facet-json-write 0.1.14 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate facet-json-write 0.1.14 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate facet-json-write 0.1.14 [INFO] tweaked toml for crates.io crate facet-json-write 0.1.14 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate facet-json-write 0.1.14 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate facet-json-write 0.1.14 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6301b8433189a31b8d02ba68c49a67db3317fd2735827b0be413696f5a5e3e9b [INFO] running `Command { std: "docker" "start" "-a" "6301b8433189a31b8d02ba68c49a67db3317fd2735827b0be413696f5a5e3e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6301b8433189a31b8d02ba68c49a67db3317fd2735827b0be413696f5a5e3e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6301b8433189a31b8d02ba68c49a67db3317fd2735827b0be413696f5a5e3e9b", kill_on_drop: false }` [INFO] [stdout] 6301b8433189a31b8d02ba68c49a67db3317fd2735827b0be413696f5a5e3e9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1aa24384bf7abdc85d97d1012b7caed239fd8fad06ab4820705016173de5e21c [INFO] running `Command { std: "docker" "start" "-a" "1aa24384bf7abdc85d97d1012b7caed239fd8fad06ab4820705016173de5e21c", kill_on_drop: false }` [INFO] [stderr] Checking impls v1.0.3 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking facet-core v0.5.0 [INFO] [stderr] Checking facet-peek v0.2.14 [INFO] [stderr] Checking facet-poke v0.6.0 [INFO] [stderr] Checking facet-json-write v0.1.14 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `facet_derive` [INFO] [stdout] --> tests/json-write.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use facet_derive::Facet; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_derive` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 - use facet_derive::Facet; [INFO] [stdout] 3 + use facet_core::Facet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ctor` [INFO] [stdout] --> tests/json-write.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[ctor::ctor] [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `ctor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `env_logger` [INFO] [stdout] --> tests/json-write.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace")) [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `env_logger` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `env_logger`, use `cargo add env_logger` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `env_logger` [INFO] [stdout] --> tests/json-write.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace")) [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `env_logger` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `env_logger`, use `cargo add env_logger` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] help: if you import `Builder`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 15 - env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace")) [INFO] [stdout] 15 + Builder::from_env(env_logger::Env::default().default_filter_or("trace")) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `facet_core as facet` [INFO] [stdout] --> tests/json-write.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use facet_core as facet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `color_backtrace` [INFO] [stdout] --> tests/json-write.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | color_backtrace::install(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `color_backtrace` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `color_backtrace`, use `cargo add color_backtrace` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `LinearFunction: Facet` is not satisfied [INFO] [stdout] --> tests/json-write.rs:46:30 [INFO] [stdout] | [INFO] [stdout] 46 | let peek = Peek::new(&test_struct); [INFO] [stdout] | --------- ^^^^^^^^^^^^ the trait `Facet` is not implemented for `LinearFunction` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Facet`: [INFO] [stdout] &[T] [INFO] [stdout] &str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] (T0, T1, T2, T3, T4, T5) [INFO] [stdout] and 47 others [INFO] [stdout] note: required by a bound in `Peek::<'mem>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(s: &'mem S) -> Self { [INFO] [stdout] | ^^^^^ required by this bound in `Peek::<'mem>::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Foo: Facet` is not satisfied [INFO] [stdout] --> tests/json-write.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | let peek = Peek::new(&test_struct); [INFO] [stdout] | --------- ^^^^^^^^^^^^ the trait `Facet` is not implemented for `Foo` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Facet`: [INFO] [stdout] &[T] [INFO] [stdout] &str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] (T0, T1, T2, T3, T4, T5) [INFO] [stdout] and 47 others [INFO] [stdout] note: required by a bound in `Peek::<'mem>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(s: &'mem S) -> Self { [INFO] [stdout] | ^^^^^ required by this bound in `Peek::<'mem>::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticFoo: Facet` is not satisfied [INFO] [stdout] --> tests/json-write.rs:98:26 [INFO] [stdout] | [INFO] [stdout] 98 | let peek = Peek::new(&test_struct); [INFO] [stdout] | --------- ^^^^^^^^^^^^ the trait `Facet` is not implemented for `StaticFoo` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Facet`: [INFO] [stdout] &[T] [INFO] [stdout] &str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] (T0, T1, T2, T3, T4, T5) [INFO] [stdout] and 47 others [INFO] [stdout] note: required by a bound in `Peek::<'mem>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(s: &'mem S) -> Self { [INFO] [stdout] | ^^^^^ required by this bound in `Peek::<'mem>::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `OptStaticFoo: Facet` is not satisfied [INFO] [stdout] --> tests/json-write.rs:109:26 [INFO] [stdout] | [INFO] [stdout] 109 | let peek = Peek::new(&test_struct); [INFO] [stdout] | --------- ^^^^^^^^^^^^ the trait `Facet` is not implemented for `OptStaticFoo` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Facet`: [INFO] [stdout] &[T] [INFO] [stdout] &str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] (T0, T1, T2, T3, T4, T5) [INFO] [stdout] and 47 others [INFO] [stdout] note: required by a bound in `Peek::<'mem>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(s: &'mem S) -> Self { [INFO] [stdout] | ^^^^^ required by this bound in `Peek::<'mem>::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `OptStaticFoo: Facet` is not satisfied [INFO] [stdout] --> tests/json-write.rs:116:26 [INFO] [stdout] | [INFO] [stdout] 116 | let peek = Peek::new(&test_struct); [INFO] [stdout] | --------- ^^^^^^^^^^^^ the trait `Facet` is not implemented for `OptStaticFoo` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Facet`: [INFO] [stdout] &[T] [INFO] [stdout] &str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] (T0, T1, T2, T3, T4, T5) [INFO] [stdout] and 47 others [INFO] [stdout] note: required by a bound in `Peek::<'mem>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(s: &'mem S) -> Self { [INFO] [stdout] | ^^^^^ required by this bound in `Peek::<'mem>::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `CowFoo: Facet` is not satisfied [INFO] [stdout] --> tests/json-write.rs:130:26 [INFO] [stdout] | [INFO] [stdout] 130 | let peek = Peek::new(&test_struct); [INFO] [stdout] | --------- ^^^^^^^^^^^^ the trait `Facet` is not implemented for `CowFoo` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Facet`: [INFO] [stdout] &[T] [INFO] [stdout] &str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] (T0, T1, T2, T3, T4, T5) [INFO] [stdout] and 47 others [INFO] [stdout] note: required by a bound in `Peek::<'mem>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(s: &'mem S) -> Self { [INFO] [stdout] | ^^^^^ required by this bound in `Peek::<'mem>::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `facet-json-write` (test "json-write") due to 11 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "1aa24384bf7abdc85d97d1012b7caed239fd8fad06ab4820705016173de5e21c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1aa24384bf7abdc85d97d1012b7caed239fd8fad06ab4820705016173de5e21c", kill_on_drop: false }` [INFO] [stdout] 1aa24384bf7abdc85d97d1012b7caed239fd8fad06ab4820705016173de5e21c