[INFO] fetching crate database_exporter 0.1.4... [INFO] testing database_exporter-0.1.4 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate database_exporter 0.1.4 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate database_exporter 0.1.4 [INFO] finished tweaking crates.io crate database_exporter 0.1.4 [INFO] tweaked toml for crates.io crate database_exporter 0.1.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate database_exporter 0.1.4 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 42 packages to latest compatible versions [INFO] [stderr] Adding fake v1.3.0 (available: v4.4.0) [INFO] [stderr] Adding rusqlite v0.13.0 (available: v0.37.0) [INFO] [stderr] Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rusqlite v0.13.0 [INFO] [stderr] Downloaded fake v1.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 305e66ea2daa6ab1370ac807f1f267e27cc2470fd5d083d39343c170c5e9c250 [INFO] running `Command { std: "docker" "start" "-a" "305e66ea2daa6ab1370ac807f1f267e27cc2470fd5d083d39343c170c5e9c250", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "305e66ea2daa6ab1370ac807f1f267e27cc2470fd5d083d39343c170c5e9c250", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "305e66ea2daa6ab1370ac807f1f267e27cc2470fd5d083d39343c170c5e9c250", kill_on_drop: false }` [INFO] [stdout] 305e66ea2daa6ab1370ac807f1f267e27cc2470fd5d083d39343c170c5e9c250 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44ba63829f6f1f0ff4e8c9146d97eba4f684da98fec186009df666393cbc9f3c [INFO] running `Command { std: "docker" "start" "-a" "44ba63829f6f1f0ff4e8c9146d97eba4f684da98fec186009df666393cbc9f3c", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling libsqlite3-sys v0.9.4 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling rusqlite v0.13.0 [INFO] [stdout] error[E0119]: conflicting implementations of trait `From<&_>` for type `ToSqlOutput<'_>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.13.0/src/types/to_sql.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> [INFO] [stdout] 19 | | where &'a T: Into> [INFO] [stdout] | |___________________________________- first implementation here [INFO] [stdout] ... [INFO] [stdout] 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ToSqlOutput<'_>` [INFO] [stdout] | [INFO] [stdout] = note: downstream crates may implement trait `std::convert::Into` for type `&_` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rusqlite` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "44ba63829f6f1f0ff4e8c9146d97eba4f684da98fec186009df666393cbc9f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44ba63829f6f1f0ff4e8c9146d97eba4f684da98fec186009df666393cbc9f3c", kill_on_drop: false }` [INFO] [stdout] 44ba63829f6f1f0ff4e8c9146d97eba4f684da98fec186009df666393cbc9f3c