[INFO] fetching crate influxdb2-derive 0.1.1...
[INFO] checking influxdb2-derive-0.1.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate influxdb2-derive 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate influxdb2-derive 0.1.1 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 influxdb2-derive 0.1.1
[INFO] finished tweaking crates.io crate influxdb2-derive 0.1.1
[INFO] tweaked toml for crates.io crate influxdb2-derive 0.1.1 written to /workspace/builds/worker-3-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 61 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.10.5 (latest: v0.12.1)
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.60)
[INFO] [stderr]       Adding windows-core v0.52.0 (latest: v0.56.0)
[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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 3f3cb4109bb8ec6f223dd85d191e47595afa97b90ca2526f9235d5c80089b919
[INFO] running `Command { std: "docker" "start" "-a" "3f3cb4109bb8ec6f223dd85d191e47595afa97b90ca2526f9235d5c80089b919", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f3cb4109bb8ec6f223dd85d191e47595afa97b90ca2526f9235d5c80089b919", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f3cb4109bb8ec6f223dd85d191e47595afa97b90ca2526f9235d5c80089b919", kill_on_drop: false }`
[INFO] [stdout] 3f3cb4109bb8ec6f223dd85d191e47595afa97b90ca2526f9235d5c80089b919
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 9a9d1de4a20801d359fb3fd332c833338767a651b6f539458d5a1310b4dc47e2
[INFO] running `Command { std: "docker" "start" "-a" "9a9d1de4a20801d359fb3fd332c833338767a651b6f539458d5a1310b4dc47e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking winnow v0.6.7
[INFO] [stderr]    Compiling trybuild v1.0.91
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking serde_json v1.0.116
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]     Checking toml_edit v0.22.12
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking influxdb2-derive v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking toml v0.8.12
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `influxdb2`
[INFO] [stdout]   --> tests/writable.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     use influxdb2::models::WriteDataPoint;
[INFO] [stdout]    |         ^^^^^^^^^ use of undeclared crate or module `influxdb2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `influxdb2` in the list of imported crates
[INFO] [stdout]  --> tests/writable.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(WriteDataPoint)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^ could not find `influxdb2` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `WriteDataPoint` (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 crate or module `influxdb2_structmap`
[INFO] [stdout]  --> tests/multistruct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(FromDataPoint)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^ use of undeclared crate or module `influxdb2_structmap`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `FromDataPoint` (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 `influxdb2` in the list of imported crates
[INFO] [stdout]   --> tests/writable.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(WriteDataPoint)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ could not find `influxdb2` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `WriteDataPoint` (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 crate or module `influxdb2_structmap`
[INFO] [stdout]  --> tests/struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(FromDataPoint)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^ use of undeclared crate or module `influxdb2_structmap`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `FromDataPoint` (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 crate or module `influxdb2_structmap`
[INFO] [stdout]   --> tests/multistruct.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(FromDataPoint)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^ use of undeclared crate or module `influxdb2_structmap`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromDataPoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `influxdb2-derive` (test "writable") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `influxdb2-derive` (test "struct") due to 2 previous errors
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `influxdb2-derive` (test "multistruct") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "9a9d1de4a20801d359fb3fd332c833338767a651b6f539458d5a1310b4dc47e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a9d1de4a20801d359fb3fd332c833338767a651b6f539458d5a1310b4dc47e2", kill_on_drop: false }`
[INFO] [stdout] 9a9d1de4a20801d359fb3fd332c833338767a651b6f539458d5a1310b4dc47e2
