[INFO] cloning repository https://github.com/psbrandt/diesel-minimal-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/psbrandt/diesel-minimal-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsbrandt%2Fdiesel-minimal-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsbrandt%2Fdiesel-minimal-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 968d6e37816ef9e94a1eca0c156ac086db6cb92b [INFO] checking psbrandt/diesel-minimal-example against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsbrandt%2Fdiesel-minimal-example" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/psbrandt/diesel-minimal-example on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/psbrandt/diesel-minimal-example [INFO] finished tweaking git repo https://github.com/psbrandt/diesel-minimal-example [INFO] tweaked toml for git repo https://github.com/psbrandt/diesel-minimal-example written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/psbrandt/diesel-minimal-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e582d98ad5eee4c6ed79c6e2d24862532808c7538431aaa8676803c83dc51049 [INFO] running `Command { std: "docker" "start" "-a" "e582d98ad5eee4c6ed79c6e2d24862532808c7538431aaa8676803c83dc51049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e582d98ad5eee4c6ed79c6e2d24862532808c7538431aaa8676803c83dc51049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e582d98ad5eee4c6ed79c6e2d24862532808c7538431aaa8676803c83dc51049", kill_on_drop: false }` [INFO] [stdout] e582d98ad5eee4c6ed79c6e2d24862532808c7538431aaa8676803c83dc51049 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8d65620da733e59d7049de6e4571e79930f140331d29c6d2d0b234c68873b04 [INFO] running `Command { std: "docker" "start" "-a" "d8d65620da733e59d7049de6e4571e79930f140331d29c6d2d0b234c68873b04", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking diesel v1.4.8 [INFO] [stderr] error: could not compile `diesel` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/506512391b1a75ae450d36c9420978402a91abcc/bin/rustc --crate-name diesel --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="128-column-tables"' --cfg 'feature="32-column-tables"' --cfg 'feature="64-column-tables"' --cfg 'feature="bigdecimal"' --cfg 'feature="bitflags"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="num-integer"' --cfg 'feature="num-traits"' --cfg 'feature="numeric"' --cfg 'feature="postgres"' --cfg 'feature="pq-sys"' --cfg 'feature="serde_json"' --cfg 'feature="uuidv07"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "bigdecimal", "bitflags", "chrono", "default", "deprecated-time", "extras", "huge-tables", "ipnetwork", "large-tables", "libc", "libsqlite3-sys", "mysql", "mysqlclient-sys", "network-address", "num-bigint", "num-integer", "num-traits", "numeric", "postgres", "pq-sys", "quickcheck", "r2d2", "serde_json", "sqlite", "time", "unstable", "url", "uuid", "uuidv07", "with-deprecated", "x128-column-tables", "x32-column-tables", "x64-column-tables"))' -C metadata=f20a32e0262748f0 -C extra-filename=-f20a32e0262748f0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bigdecimal=/opt/rustwide/target/debug/deps/libbigdecimal-1be11d4fcec0cfc2.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-b30cc942da4a1a2e.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-80d9031ffc8bf603.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-6e17ff8fc55e7545.rmeta --extern diesel_derives=/opt/rustwide/target/debug/deps/libdiesel_derives-997b3b6370d5d23c.so --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-108785550b26905f.rmeta --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-5e4399c3e227bed7.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c23105ea8a4f04b1.rmeta --extern pq_sys=/opt/rustwide/target/debug/deps/libpq_sys-2c3a3d736ba88e50.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8d29062a96a84733.rmeta --extern uuidv07=/opt/rustwide/target/debug/deps/libuuid-210059936fe0c975.rmeta --cap-lints allow --cap-lints=allow -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "d8d65620da733e59d7049de6e4571e79930f140331d29c6d2d0b234c68873b04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8d65620da733e59d7049de6e4571e79930f140331d29c6d2d0b234c68873b04", kill_on_drop: false }` [INFO] [stdout] d8d65620da733e59d7049de6e4571e79930f140331d29c6d2d0b234c68873b04 [INFO] checking psbrandt/diesel-minimal-example against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsbrandt%2Fdiesel-minimal-example" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/psbrandt/diesel-minimal-example on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/psbrandt/diesel-minimal-example [INFO] finished tweaking git repo https://github.com/psbrandt/diesel-minimal-example [INFO] tweaked toml for git repo https://github.com/psbrandt/diesel-minimal-example written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/psbrandt/diesel-minimal-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b5ab02cd071884b6e1401daa7316b393e623c4e55d6332f4ca1e8558b14858c [INFO] running `Command { std: "docker" "start" "-a" "7b5ab02cd071884b6e1401daa7316b393e623c4e55d6332f4ca1e8558b14858c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b5ab02cd071884b6e1401daa7316b393e623c4e55d6332f4ca1e8558b14858c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b5ab02cd071884b6e1401daa7316b393e623c4e55d6332f4ca1e8558b14858c", kill_on_drop: false }` [INFO] [stdout] 7b5ab02cd071884b6e1401daa7316b393e623c4e55d6332f4ca1e8558b14858c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6a4e7856dd35246e06e79f9de1265429fd80ae5bb7a0c51e1152a1652b32028 [INFO] running `Command { std: "docker" "start" "-a" "a6a4e7856dd35246e06e79f9de1265429fd80ae5bb7a0c51e1152a1652b32028", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "a6a4e7856dd35246e06e79f9de1265429fd80ae5bb7a0c51e1152a1652b32028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6a4e7856dd35246e06e79f9de1265429fd80ae5bb7a0c51e1152a1652b32028", kill_on_drop: false }` [INFO] [stdout] a6a4e7856dd35246e06e79f9de1265429fd80ae5bb7a0c51e1152a1652b32028