[INFO] cloning repository https://github.com/OJFord/amail [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OJFord/amail" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOJFord%2Famail", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOJFord%2Famail'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c791f1f61dc7260005a5571e430a3ba48aa8bc79 [INFO] testing OJFord/amail against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOJFord%2Famail" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/OJFord/amail 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] started tweaking git repo https://github.com/OJFord/amail [INFO] finished tweaking git repo https://github.com/OJFord/amail [INFO] tweaked toml for git repo https://github.com/OJFord/amail written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/OJFord/amail 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] warning: /workspace/builds/worker-22/source/lambda-smtp-relay/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-musl.linker [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-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 5c94af8615cebd93eb525adb30e92e092bbde998237570a8472712b987a9f38b [INFO] running `Command { std: "docker" "start" "-a" "5c94af8615cebd93eb525adb30e92e092bbde998237570a8472712b987a9f38b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c94af8615cebd93eb525adb30e92e092bbde998237570a8472712b987a9f38b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c94af8615cebd93eb525adb30e92e092bbde998237570a8472712b987a9f38b", kill_on_drop: false }` [INFO] [stdout] 5c94af8615cebd93eb525adb30e92e092bbde998237570a8472712b987a9f38b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 5ab01bfd8f7564f7a405d1cc15387ea20f0991f8f892435d5018087af7db92fa [INFO] running `Command { std: "docker" "start" "-a" "5ab01bfd8f7564f7a405d1cc15387ea20f0991f8f892435d5018087af7db92fa", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/lambda-smtp-relay/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-musl.linker [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling siphasher v0.3.9 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling version-compare v0.0.11 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling zstd-safe v4.1.4+zstd.1.5.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling gio v0.15.5 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling pin-project-internal v0.4.29 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling hyperx v1.4.0 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling tao v0.6.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling quoted_printable v0.4.5 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling zeroize v1.5.2 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling wry v0.13.1 [INFO] [stderr] Compiling rfd v0.7.0 [INFO] [stderr] Compiling http-range v0.1.4 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling semver v1.0.5 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling supercow v0.1.0 [INFO] [stderr] Compiling pollster v0.2.5 [INFO] [stderr] Compiling smawk v0.3.1 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Compiling cfg-expr v0.9.1 [INFO] [stderr] Compiling cfg-expr v0.8.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling gtk v0.15.3 [INFO] [stderr] Compiling x11 v2.19.1 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling email v0.0.21 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling dtoa-short v0.3.3 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling raw-window-handle v0.4.2 [INFO] [stderr] Compiling tauri v1.0.0-rc.1 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling open v2.0.2 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling lambda_runtime_core v0.1.2 [INFO] [stderr] Compiling rusoto_core v0.43.0 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling tendril v0.4.2 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling serialize-to-javascript-impl v0.1.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling delegate v0.6.2 [INFO] [stderr] error: could not compile `language-tags` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name language_tags --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/language-tags-0.3.2/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=c56f6ffdc85af4c3 -C extra-filename=-c56f6ffdc85af4c3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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" "5ab01bfd8f7564f7a405d1cc15387ea20f0991f8f892435d5018087af7db92fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ab01bfd8f7564f7a405d1cc15387ea20f0991f8f892435d5018087af7db92fa", kill_on_drop: false }` [INFO] [stdout] 5ab01bfd8f7564f7a405d1cc15387ea20f0991f8f892435d5018087af7db92fa