[INFO] updating cached repository https://github.com/contactopensource/contactopensource_as_rust_diesel_postgresql [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/contactopensource/contactopensource_as_rust_diesel_postgresql [INFO] [stderr] + 34b7541...9cfabb2 master -> master (forced update) [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9cfabb26ad3cbc14113f88c3836f9e5bd677230e [INFO] checking contactopensource/contactopensource_as_rust_diesel_postgresql against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcontactopensource%2Fcontactopensource_as_rust_diesel_postgresql" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/contactopensource/contactopensource_as_rust_diesel_postgresql on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/contactopensource/contactopensource_as_rust_diesel_postgresql [INFO] finished tweaking git repo https://github.com/contactopensource/contactopensource_as_rust_diesel_postgresql [INFO] tweaked toml for git repo https://github.com/contactopensource/contactopensource_as_rust_diesel_postgresql written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/contactopensource/contactopensource_as_rust_diesel_postgresql already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e16e2757e5332cfe5a80481083d09daa36e80c6bf118c31332692a320471ca3c [INFO] running `"docker" "start" "-a" "e16e2757e5332cfe5a80481083d09daa36e80c6bf118c31332692a320471ca3c"` [INFO] [stderr] Checking more-asserts v0.2.1 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking ipnetwork v0.13.1 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking uuid v0.7.0 [INFO] [stderr] Checking r2d2 v0.8.4 [INFO] [stderr] Checking rust-argon2 v0.4.0 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking bigdecimal v0.0.14 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] error: could not compile `diesel`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name diesel /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="32-column-tables"' --cfg 'feature="64-column-tables"' --cfg 'feature="bigdecimal"' --cfg 'feature="bitflags"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="libc"' --cfg 'feature="libsqlite3-sys"' --cfg 'feature="network-address"' --cfg 'feature="num-bigint"' --cfg 'feature="num-integer"' --cfg 'feature="num-traits"' --cfg 'feature="numeric"' --cfg 'feature="postgres"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="sqlite"' --cfg 'feature="url"' --cfg 'feature="uuid"' --cfg 'feature="uuidv07"' --cfg 'feature="with-deprecated"' -C metadata=63ed48acea968e46 -C extra-filename=-63ed48acea968e46 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bigdecimal=/opt/rustwide/target/debug/deps/libbigdecimal-6e9054ce8e3bae6c.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-fc8b7af5c49a2993.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-709374aefd32ab73.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9bb592fed6ad0f85.rmeta --extern diesel_derives=/opt/rustwide/target/debug/deps/libdiesel_derives-8d0b94589dea200f.so --extern ipnetwork=/opt/rustwide/target/debug/deps/libipnetwork-ffeb91f8adecec29.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-3f58246dc61223f5.rmeta --extern libsqlite3_sys=/opt/rustwide/target/debug/deps/liblibsqlite3_sys-9760f7891d83fa79.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-959dc1c37efc22d3.rmeta --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-483ec45b947e71a0.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-396334b45f072398.rmeta --extern pq_sys=/opt/rustwide/target/debug/deps/libpq_sys-f910095acf9a854b.rmeta --extern r2d2=/opt/rustwide/target/debug/deps/libr2d2-57b8c3f8cae1c495.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-1d527f691dfb9499.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-9d74201e24876a20.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-980889c1e7d5b9a0.rmeta --extern uuidv07=/opt/rustwide/target/debug/deps/libuuid-5a80d503bd8642e6.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "e16e2757e5332cfe5a80481083d09daa36e80c6bf118c31332692a320471ca3c"` [INFO] running `"docker" "rm" "-f" "e16e2757e5332cfe5a80481083d09daa36e80c6bf118c31332692a320471ca3c"` [INFO] [stdout] e16e2757e5332cfe5a80481083d09daa36e80c6bf118c31332692a320471ca3c