[INFO] fetching crate fixed_width_derive 0.6.0... [INFO] checking fixed_width_derive-0.6.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate fixed_width_derive 0.6.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate fixed_width_derive 0.6.0 [INFO] finished tweaking crates.io crate fixed_width_derive 0.6.0 [INFO] tweaked toml for crates.io crate fixed_width_derive 0.6.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fixed_width_derive 0.6.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 85fa06d626f422675d191c5e40a1f1b53e827691e8f5b34136f469aa75fd1077 [INFO] running `Command { std: "docker" "start" "-a" "85fa06d626f422675d191c5e40a1f1b53e827691e8f5b34136f469aa75fd1077", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85fa06d626f422675d191c5e40a1f1b53e827691e8f5b34136f469aa75fd1077", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85fa06d626f422675d191c5e40a1f1b53e827691e8f5b34136f469aa75fd1077", kill_on_drop: false }` [INFO] [stdout] 85fa06d626f422675d191c5e40a1f1b53e827691e8f5b34136f469aa75fd1077 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f3406cf418e9696d8b2c6aa8c363a632bd611567f995901de9f5fb859086152 [INFO] running `Command { std: "docker" "start" "-a" "9f3406cf418e9696d8b2c6aa8c363a632bd611567f995901de9f5fb859086152", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking fixed_width_derive v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stdout] error[E0432]: unresolved import `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fixed_width::{DeserializeError, Deserializer, FixedWidth, Reader, Serializer}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(FixedWidth, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(FixedWidth, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(FixedWidth, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(FixedWidth, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(FixedWidth, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | fixed_width::FieldSet::Seq(vec![ [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | fixed_width::FieldSet::new_field(0..3), [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | fixed_width::FieldSet::new_field(3..9), [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | let mut w = fixed_width::Writer::from_memory(); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:153:17 [INFO] [stdout] | [INFO] [stdout] 153 | let mut w = fixed_width::Writer::from_memory(); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(FixedWidth, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(FixedWidth, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(FixedWidth, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(FixedWidth, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(FixedWidth, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | fn field_def_fields() -> fixed_width::FieldSet { [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | #[derive(FixedWidth, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `FixedWidth` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:126:28 [INFO] [stdout] | [INFO] [stdout] 126 | let stuff: Stuff = fixed_width::from_bytes(&record).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:184:45 [INFO] [stdout] | [INFO] [stdout] 184 | let Record1 { state, .. } = fixed_width::from_bytes(bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:189:44 [INFO] [stdout] | [INFO] [stdout] 189 | let Record2 { name, .. } = fixed_width::from_bytes(bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` 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 `fixed_width` [INFO] [stdout] --> tests/integration_test.rs:218:28 [INFO] [stdout] | [INFO] [stdout] 218 | let data: ByFieldDef = fixed_width::from_str(record).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `fixed_width` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fixed_width`, use `cargo add fixed_width` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fixed_width_derive` (test "integration_test") due to 22 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9f3406cf418e9696d8b2c6aa8c363a632bd611567f995901de9f5fb859086152", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f3406cf418e9696d8b2c6aa8c363a632bd611567f995901de9f5fb859086152", kill_on_drop: false }` [INFO] [stdout] 9f3406cf418e9696d8b2c6aa8c363a632bd611567f995901de9f5fb859086152