[INFO] fetching crate neodyn_xc 0.3.0... [INFO] testing neodyn_xc-0.3.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate neodyn_xc 0.3.0 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate neodyn_xc 0.3.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate neodyn_xc 0.3.0 [INFO] finished tweaking crates.io crate neodyn_xc 0.3.0 [INFO] tweaked toml for crates.io crate neodyn_xc 0.3.0 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5c67d9463195f74c6fa68198ccc9fcfe649869b91f61c22a5946e673b9509a3 [INFO] running `Command { std: "docker" "start" "-a" "a5c67d9463195f74c6fa68198ccc9fcfe649869b91f61c22a5946e673b9509a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5c67d9463195f74c6fa68198ccc9fcfe649869b91f61c22a5946e673b9509a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5c67d9463195f74c6fa68198ccc9fcfe649869b91f61c22a5946e673b9509a3", kill_on_drop: false }` [INFO] [stdout] a5c67d9463195f74c6fa68198ccc9fcfe649869b91f61c22a5946e673b9509a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b99b2affa3633ce13a2088370adcbdc856ddbfa3836da1d669ee45c0553343b [INFO] running `Command { std: "docker" "start" "-a" "6b99b2affa3633ce13a2088370adcbdc856ddbfa3836da1d669ee45c0553343b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling neodyn_xc v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/de/binary/stream.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let payload = reader.read_buf_exact(buf_len)?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ReadExt::read_buf_exact(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `private` [INFO] [stdout] --> src/ser/value.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | private: (), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ValueSerializer` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ser/value.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, Default, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.21s [INFO] running `Command { std: "docker" "inspect" "6b99b2affa3633ce13a2088370adcbdc856ddbfa3836da1d669ee45c0553343b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b99b2affa3633ce13a2088370adcbdc856ddbfa3836da1d669ee45c0553343b", kill_on_drop: false }` [INFO] [stdout] 6b99b2affa3633ce13a2088370adcbdc856ddbfa3836da1d669ee45c0553343b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bd2051dd31d680f7edae10e440d3f5f6a25fa25f9c0624a6d18e3d5a8223fe5 [INFO] running `Command { std: "docker" "start" "-a" "2bd2051dd31d680f7edae10e440d3f5f6a25fa25f9c0624a6d18e3d5a8223fe5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling quickcheck_macros v1.0.0 [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/de/binary/stream.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let payload = reader.read_buf_exact(buf_len)?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ReadExt::read_buf_exact(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `private` [INFO] [stdout] --> src/ser/value.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | private: (), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ValueSerializer` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ser/value.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, Default, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling neodyn_xc v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `chrono` [INFO] [stdout] --> tests/serde.rs:3382:9 [INFO] [stdout] | [INFO] [stdout] 3382 | use chrono::prelude::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `chrono` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck` [INFO] [stdout] --> tests/serde.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use quickcheck::{ Arbitrary, TestResult, Gen }; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `quickcheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck` [INFO] [stdout] --> tests/serde.rs:3542:9 [INFO] [stdout] | [INFO] [stdout] 3542 | use quickcheck::QuickCheck as QC; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `quickcheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> tests/serde.rs:3380:9 [INFO] [stdout] | [INFO] [stdout] 3380 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of undeclared crate or module `uuid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde_json` [INFO] [stdout] --> tests/serde.rs:3381:9 [INFO] [stdout] | [INFO] [stdout] 3381 | use serde_json::json; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck` [INFO] [stdout] --> tests/serde.rs:3384:9 [INFO] [stdout] | [INFO] [stdout] 3384 | use quickcheck::QuickCheck as QC; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `quickcheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3485:22 [INFO] [stdout] | [INFO] [stdout] 3485 | test_case_manual(json!(null)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3486:22 [INFO] [stdout] | [INFO] [stdout] 3486 | test_case_manual(json!(true)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3487:22 [INFO] [stdout] | [INFO] [stdout] 3487 | test_case_manual(json!(-812346)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3488:22 [INFO] [stdout] | [INFO] [stdout] 3488 | test_case_manual(json!(0)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3489:22 [INFO] [stdout] | [INFO] [stdout] 3489 | test_case_manual(json!(1)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3490:22 [INFO] [stdout] | [INFO] [stdout] 3490 | test_case_manual(json!((1_u64 << 63) + 1)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3491:22 [INFO] [stdout] | [INFO] [stdout] 3491 | test_case_manual(json!(-91235.88342)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3492:22 [INFO] [stdout] | [INFO] [stdout] 3492 | test_case_manual(json!("this is a JSON string")); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3493:22 [INFO] [stdout] | [INFO] [stdout] 3493 | test_case_manual(json!([-3, null, "a heterogeneous array"])); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `json` [INFO] [stdout] --> tests/serde.rs:3494:22 [INFO] [stdout] | [INFO] [stdout] 3494 | test_case_manual(json!({"maps": "work too", "1/alpha": 137})); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:316:1 [INFO] [stdout] | [INFO] [stdout] 316 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:343:1 [INFO] [stdout] | [INFO] [stdout] 343 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:353:1 [INFO] [stdout] | [INFO] [stdout] 353 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:363:1 [INFO] [stdout] | [INFO] [stdout] 363 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:376:1 [INFO] [stdout] | [INFO] [stdout] 376 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:388:1 [INFO] [stdout] | [INFO] [stdout] 388 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:398:1 [INFO] [stdout] | [INFO] [stdout] 398 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:408:1 [INFO] [stdout] | [INFO] [stdout] 408 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:423:1 [INFO] [stdout] | [INFO] [stdout] 423 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:438:1 [INFO] [stdout] | [INFO] [stdout] 438 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:451:1 [INFO] [stdout] | [INFO] [stdout] 451 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:464:1 [INFO] [stdout] | [INFO] [stdout] 464 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:477:1 [INFO] [stdout] | [INFO] [stdout] 477 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:492:1 [INFO] [stdout] | [INFO] [stdout] 492 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:512:1 [INFO] [stdout] | [INFO] [stdout] 512 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:525:1 [INFO] [stdout] | [INFO] [stdout] 525 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:554:1 [INFO] [stdout] | [INFO] [stdout] 554 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:568:1 [INFO] [stdout] | [INFO] [stdout] 568 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:581:1 [INFO] [stdout] | [INFO] [stdout] 581 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:2359:1 [INFO] [stdout] | [INFO] [stdout] 2359 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Utc` [INFO] [stdout] --> tests/serde.rs:3482:22 [INFO] [stdout] | [INFO] [stdout] 3482 | test_case_manual(Utc::now()); [INFO] [stdout] | ^^^ use of undeclared type `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Local` [INFO] [stdout] --> tests/serde.rs:3483:22 [INFO] [stdout] | [INFO] [stdout] 3483 | test_case_manual(Local::now()); [INFO] [stdout] | ^^^^^ use of undeclared type `Local` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> tests/serde.rs:3497:1 [INFO] [stdout] | [INFO] [stdout] 3497 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `quickcheck` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 40 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stderr] error: could not compile `neodyn_xc` due to 41 previous errors [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/de/binary/stream.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let payload = reader.read_buf_exact(buf_len)?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ReadExt::read_buf_exact(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `private` [INFO] [stdout] --> src/ser/value.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | private: (), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ValueSerializer` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ser/value.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, Default, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2bd2051dd31d680f7edae10e440d3f5f6a25fa25f9c0624a6d18e3d5a8223fe5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bd2051dd31d680f7edae10e440d3f5f6a25fa25f9c0624a6d18e3d5a8223fe5", kill_on_drop: false }` [INFO] [stdout] 2bd2051dd31d680f7edae10e440d3f5f6a25fa25f9c0624a6d18e3d5a8223fe5