[INFO] cloning repository https://github.com/deltachat/dc_cmd_api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/deltachat/dc_cmd_api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeltachat%2Fdc_cmd_api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeltachat%2Fdc_cmd_api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e2d1bd299866b2cef3e0575ce1e930b60067ec4 [INFO] testing deltachat/dc_cmd_api against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeltachat%2Fdc_cmd_api" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/deltachat/dc_cmd_api on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-29/source/rust-toolchain [INFO] started tweaking git repo https://github.com/deltachat/dc_cmd_api [INFO] finished tweaking git repo https://github.com/deltachat/dc_cmd_api [INFO] tweaked toml for git repo https://github.com/deltachat/dc_cmd_api written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/deltachat/dc_cmd_api already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a8a52df8419aa2dcf3446d1d0f49c08ba4cce5a4a2cfc1058a98fb46d0be6ed [INFO] running `Command { std: "docker" "start" "-a" "1a8a52df8419aa2dcf3446d1d0f49c08ba4cce5a4a2cfc1058a98fb46d0be6ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a8a52df8419aa2dcf3446d1d0f49c08ba4cce5a4a2cfc1058a98fb46d0be6ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a8a52df8419aa2dcf3446d1d0f49c08ba4cce5a4a2cfc1058a98fb46d0be6ed", kill_on_drop: false }` [INFO] [stdout] 1a8a52df8419aa2dcf3446d1d0f49c08ba4cce5a4a2cfc1058a98fb46d0be6ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9feac69ae269206c4a1e7f3fff7fd8e4d4d784b9712ecdd7a8034768c391e00d [INFO] running `Command { std: "docker" "start" "-a" "9feac69ae269206c4a1e7f3fff7fd8e4d4d784b9712ecdd7a8034768c391e00d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling anyhow v1.0.44 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling http-types v2.11.1 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling signature v1.3.1 [INFO] [stderr] Compiling crc24 v0.1.6 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling circular v0.3.0 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling mutate_once v0.1.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling bytemuck v1.7.0 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling quoted_printable v0.4.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling rust-hsluv v0.1.4 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling email v0.0.21 (https://github.com/deltachat/rust-email?branch=master#25702df9) [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling tokio v1.8.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling num-bigint-dig v0.6.1 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling simple-mutex v1.1.5 [INFO] [stderr] Compiling ed25519 v1.1.1 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling kamadak-exif v0.5.4 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling escaper v0.1.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling object v0.25.3 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling openssl-src v111.15.0+1.1.1k [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling block-cipher v0.8.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling sanitize-filename v0.3.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling async-dup v1.2.2 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling ripemd160 v0.9.1 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling charset v0.1.2 [INFO] [stderr] Compiling block-modes v0.6.1 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling cast5 v0.9.0 [INFO] [stderr] Compiling twofish v0.5.0 [INFO] [stderr] Compiling des v0.6.0 [INFO] [stderr] Compiling blowfish v0.7.0 [INFO] [stderr] Compiling cfb-mode v0.6.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] error: could not compile `kamadak-exif` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name exif --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kamadak-exif-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f953c97eff46e778 -C extra-filename=-f953c97eff46e778 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern mutate_once=/opt/rustwide/target/debug/deps/libmutate_once-f070e874602990b5.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9feac69ae269206c4a1e7f3fff7fd8e4d4d784b9712ecdd7a8034768c391e00d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9feac69ae269206c4a1e7f3fff7fd8e4d4d784b9712ecdd7a8034768c391e00d", kill_on_drop: false }` [INFO] [stdout] 9feac69ae269206c4a1e7f3fff7fd8e4d4d784b9712ecdd7a8034768c391e00d