[INFO] fetching crate contack 0.4.0... [INFO] checking contack-0.4.0 against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] extracting crate contack 0.4.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate contack 0.4.0 on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate contack 0.4.0 [INFO] finished tweaking crates.io crate contack 0.4.0 [INFO] tweaked toml for crates.io crate contack 0.4.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 234c2d4252e5129ebffba4a9954e12a2ac39ec14b20f15e5c76486c567e6fb04 [INFO] running `Command { std: "docker" "start" "-a" "234c2d4252e5129ebffba4a9954e12a2ac39ec14b20f15e5c76486c567e6fb04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "234c2d4252e5129ebffba4a9954e12a2ac39ec14b20f15e5c76486c567e6fb04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "234c2d4252e5129ebffba4a9954e12a2ac39ec14b20f15e5c76486c567e6fb04", kill_on_drop: false }` [INFO] [stdout] 234c2d4252e5129ebffba4a9954e12a2ac39ec14b20f15e5c76486c567e6fb04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6858c8167b721990eb2306909ad3ecea715ee4be5931f11f260200827d9ab0d8 [INFO] running `Command { std: "docker" "start" "-a" "6858c8167b721990eb2306909ad3ecea715ee4be5931f11f260200827d9ab0d8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking contack v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/address.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/date_time.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> src/date_time.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::error::Error` [INFO] [stdout] --> src/date_time.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/uri.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling diesel-derive-enum v1.1.1 [INFO] [stderr] Checking diesel v1.4.7 [INFO] [stdout] error[E0433]: failed to resolve: could not find `read_write` in `contack` [INFO] [stdout] --> tests/read_write.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use contack::read_write::component::Component; [INFO] [stdout] | ^^^^^^^^^^ could not find `read_write` in `contack` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `read_write` in `contack` [INFO] [stdout] --> tests/read_write.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use contack::read_write::vcard::VCard; [INFO] [stdout] | ^^^^^^^^^^ could not find `read_write` in `contack` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `vcard` [INFO] [stdout] --> tests/vcard.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate vcard; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `contack` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/address.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/date_time.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> src/date_time.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::error::Error` [INFO] [stdout] --> src/date_time.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/uri.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `contack::read_write` [INFO] [stdout] --> tests/read_write.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | use contack::read_write::escape; [INFO] [stdout] | ^^^^^^^^^^ could not find `read_write` in `contack` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `contack::diesel_support` [INFO] [stdout] --> tests/sql_test.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | use contack::diesel_support::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `diesel_support` in `contack` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `contack::diesel_support`, `contack::schema` [INFO] [stdout] --> tests/pg_test.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | diesel_support::DieselContact, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `diesel_support` in `contack` [INFO] [stdout] ... [INFO] [stdout] 9 | schema, [INFO] [stdout] | ^^^^^^ no `schema` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Component` [INFO] [stdout] --> tests/read_write.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | let mut component = Component::new("N".to_string()); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Component; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `contacts` [INFO] [stdout] --> tests/pg_test.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | diesel::insert_into(contacts::table) [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `contacts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Component` [INFO] [stdout] --> tests/read_write.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | let mut component = Component::new("N".to_string()); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Component; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Component` in this scope [INFO] [stdout] --> tests/read_write.rs:79:57 [INFO] [stdout] | [INFO] [stdout] 79 | assert_eq!(component, component.to_string().parse::()?); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Component; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VCard` in this scope [INFO] [stdout] --> tests/read_write.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | let vcard: VCard = vcard.parse()?; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VCard` in this scope [INFO] [stdout] --> tests/read_write.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | let vcard2: VCard = contact.clone().into(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VCard` in this scope [INFO] [stdout] --> tests/read_write.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | let vcard2: VCard = vcard2.parse()?; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `contack::schema` [INFO] [stdout] --> tests/sql_test.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | use contack::schema; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `schema` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NewDieselContact` [INFO] [stdout] --> tests/sql_test.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | let new_contact = NewDieselContact::new(Name::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `NewDieselContact` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DieselContact` [INFO] [stdout] --> tests/sql_test.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | assert_eq!(DieselContact::from(new_contact), diesel_contact); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `DieselContact` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DieselContact` in this scope [INFO] [stdout] --> tests/sql_test.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | let diesel_contact: DieselContact = [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/pg_test.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/sql_test.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TryFrom` [INFO] [stdout] --> tests/read_write.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | use std::convert::{TryInto, TryFrom}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [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] [stdout] warning: unused import: `TryInto` [INFO] [stdout] --> tests/read_write.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use std::convert::{TryInto, TryFrom}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> tests/sql_test.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6858c8167b721990eb2306909ad3ecea715ee4be5931f11f260200827d9ab0d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6858c8167b721990eb2306909ad3ecea715ee4be5931f11f260200827d9ab0d8", kill_on_drop: false }` [INFO] [stdout] 6858c8167b721990eb2306909ad3ecea715ee4be5931f11f260200827d9ab0d8