[INFO] fetching crate rustql 0.1.0... [INFO] testing rustql-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate rustql 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate rustql 0.1.0 [INFO] finished tweaking crates.io crate rustql 0.1.0 [INFO] tweaked toml for crates.io crate rustql 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rustql 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 110 packages to latest compatible versions [INFO] [stderr] Adding either v1.6.1 (available: v1.15.0) [INFO] [stderr] Adding test_tools v0.8.0 (available: v0.16.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30aeaedfe5788abaff039cd86aa7d256774d3bba911a0b62d4c9a7898f7bd37c [INFO] running `Command { std: "docker" "start" "-a" "30aeaedfe5788abaff039cd86aa7d256774d3bba911a0b62d4c9a7898f7bd37c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30aeaedfe5788abaff039cd86aa7d256774d3bba911a0b62d4c9a7898f7bd37c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30aeaedfe5788abaff039cd86aa7d256774d3bba911a0b62d4c9a7898f7bd37c", kill_on_drop: false }` [INFO] [stdout] 30aeaedfe5788abaff039cd86aa7d256774d3bba911a0b62d4c9a7898f7bd37c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76aa025743e7e0c90304537dc62c69dd9df2ea275207985922a4c58523d777cb [INFO] running `Command { std: "docker" "start" "-a" "76aa025743e7e0c90304537dc62c69dd9df2ea275207985922a4c58523d777cb", kill_on_drop: false }` [INFO] [stderr] Compiling rustql v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `no_std` [INFO] [stdout] --> src/lib.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | #![ cfg_attr( feature = "no_std", no_std ) ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `enabled`, and `full` [INFO] [stdout] = help: consider adding `no_std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "76aa025743e7e0c90304537dc62c69dd9df2ea275207985922a4c58523d777cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76aa025743e7e0c90304537dc62c69dd9df2ea275207985922a4c58523d777cb", kill_on_drop: false }` [INFO] [stdout] 76aa025743e7e0c90304537dc62c69dd9df2ea275207985922a4c58523d777cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f91032ef3771b2e234c227a486458a1b12043ba5e56a3d8a4646bb62da511277 [INFO] running `Command { std: "docker" "start" "-a" "f91032ef3771b2e234c227a486458a1b12043ba5e56a3d8a4646bb62da511277", kill_on_drop: false }` [INFO] [stderr] Compiling interval_adapter v0.16.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling target-triple v0.1.4 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling os_pipe v1.2.2 [INFO] [stderr] Compiling serde_spanned v1.0.2 [INFO] [stderr] Compiling toml_datetime v0.7.2 [INFO] [stderr] Compiling toml_writer v1.0.3 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling derive_tools v0.19.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling dissimilar v1.0.10 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling sigchld v0.2.4 [INFO] [stderr] Compiling literally v0.1.3 [INFO] [stderr] Compiling implements v0.7.0 [INFO] [stderr] Compiling is_slice v0.8.0 [INFO] [stderr] Compiling inspect_type v0.9.0 [INFO] [stderr] Compiling shared_child v1.1.1 [INFO] [stderr] Compiling test_tools v0.8.0 [INFO] [stderr] Compiling for_each v0.7.0 [INFO] [stderr] Compiling mem_tools v0.5.0 [INFO] [stderr] Compiling duct v0.13.7 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling data_type v0.6.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `no_std` [INFO] [stdout] --> src/lib.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | #![ cfg_attr( feature = "no_std", no_std ) ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `enabled`, and `full` [INFO] [stdout] = help: consider adding `no_std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling typing_tools v0.7.0 [INFO] [stderr] Compiling diagnostics_tools v0.7.0 [INFO] [stderr] Compiling iter_tools v0.13.0 [INFO] [stderr] Compiling toml_parser v1.0.3 [INFO] [stderr] Compiling toml v0.9.7 [INFO] [stderr] Compiling macro_tools v0.21.0 [INFO] [stderr] Compiling derive_tools_meta v0.16.0 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling impls_index_meta v0.6.0 [INFO] [stderr] Compiling former_meta v0.12.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling impls_index v0.6.0 [INFO] [stderr] Compiling former v0.13.0 [INFO] [stderr] Compiling variadic_from v0.12.0 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling mod_interface_meta v0.16.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling error_tools v0.11.0 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `derive_more` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.16.0/src/record.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | #[ derive( IsVariant, Debug, PartialEq, Eq, Clone, Copy ) ] [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `derive_more` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `IsVariant` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mod_interface_meta` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f91032ef3771b2e234c227a486458a1b12043ba5e56a3d8a4646bb62da511277", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f91032ef3771b2e234c227a486458a1b12043ba5e56a3d8a4646bb62da511277", kill_on_drop: false }` [INFO] [stdout] f91032ef3771b2e234c227a486458a1b12043ba5e56a3d8a4646bb62da511277