[INFO] fetching crate rustql 0.1.0...
[INFO] testing rustql-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[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 c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 100 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f7c213ab5acc879ab2298eeb2239272fb21a048c703606508c9297e1b5656313
[INFO] running `Command { std: "docker" "start" "-a" "f7c213ab5acc879ab2298eeb2239272fb21a048c703606508c9297e1b5656313", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7c213ab5acc879ab2298eeb2239272fb21a048c703606508c9297e1b5656313", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7c213ab5acc879ab2298eeb2239272fb21a048c703606508c9297e1b5656313", kill_on_drop: false }`
[INFO] [stdout] f7c213ab5acc879ab2298eeb2239272fb21a048c703606508c9297e1b5656313
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb5f81399b939c40db90644652d429d44f0a43e5f1d70d34dbb245ed93aa11c4
[INFO] running `Command { std: "docker" "start" "-a" "bb5f81399b939c40db90644652d429d44f0a43e5f1d70d34dbb245ed93aa11c4", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.23s
[INFO] running `Command { std: "docker" "inspect" "bb5f81399b939c40db90644652d429d44f0a43e5f1d70d34dbb245ed93aa11c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb5f81399b939c40db90644652d429d44f0a43e5f1d70d34dbb245ed93aa11c4", kill_on_drop: false }`
[INFO] [stdout] bb5f81399b939c40db90644652d429d44f0a43e5f1d70d34dbb245ed93aa11c4
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 482bb5a300029d55f1882e8e3b169fa1e3584d717fdb930e47831f38492e6d3b
[INFO] running `Command { std: "docker" "start" "-a" "482bb5a300029d55f1882e8e3b169fa1e3584d717fdb930e47831f38492e6d3b", 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 anyhow v1.0.100
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling implements v0.7.0
[INFO] [stderr]    Compiling is_slice v0.8.0
[INFO] [stderr]    Compiling dissimilar v1.0.10
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling derive_tools v0.19.0
[INFO] [stderr]    Compiling for_each v0.7.0
[INFO] [stderr]    Compiling literally v0.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sigchld v0.2.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling data_type v0.6.0
[INFO] [stderr]    Compiling mem_tools v0.5.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling diagnostics_tools v0.7.0
[INFO] [stderr]    Compiling shared_child v1.1.1
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling inspect_type v0.9.0
[INFO] [stderr]    Compiling test_tools v0.8.0
[INFO] [stderr]    Compiling typing_tools v0.7.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling iter_tools v0.13.0
[INFO] [stderr]    Compiling macro_tools v0.21.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling derive_tools_meta v0.16.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling former_meta v0.12.0
[INFO] [stderr]    Compiling impls_index_meta v0.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling impls_index v0.6.0
[INFO] [stderr]    Compiling variadic_from v0.12.0
[INFO] [stderr]    Compiling former v0.13.0
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling mod_interface_meta v0.16.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" "482bb5a300029d55f1882e8e3b169fa1e3584d717fdb930e47831f38492e6d3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "482bb5a300029d55f1882e8e3b169fa1e3584d717fdb930e47831f38492e6d3b", kill_on_drop: false }`
[INFO] [stdout] 482bb5a300029d55f1882e8e3b169fa1e3584d717fdb930e47831f38492e6d3b
