[INFO] cloning repository https://github.com/dobefore/anki-sync-server-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dobefore/anki-sync-server-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdobefore%2Fanki-sync-server-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdobefore%2Fanki-sync-server-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ce41bd470bc6a1fa079e4d71a8f5b3f5a4c936e [INFO] testing dobefore/anki-sync-server-rs against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdobefore%2Fanki-sync-server-rs" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dobefore/anki-sync-server-rs 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-4/source/.cargo/config [INFO] started tweaking git repo https://github.com/dobefore/anki-sync-server-rs [INFO] finished tweaking git repo https://github.com/dobefore/anki-sync-server-rs [INFO] tweaked toml for git repo https://github.com/dobefore/anki-sync-server-rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/dobefore/anki-sync-server-rs 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] df4d5048b133ae35f300e01a44fbe5b526a851b41ccc498f55be22e743bd9124 [INFO] running `Command { std: "docker" "start" "-a" "df4d5048b133ae35f300e01a44fbe5b526a851b41ccc498f55be22e743bd9124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df4d5048b133ae35f300e01a44fbe5b526a851b41ccc498f55be22e743bd9124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df4d5048b133ae35f300e01a44fbe5b526a851b41ccc498f55be22e743bd9124", kill_on_drop: false }` [INFO] [stdout] df4d5048b133ae35f300e01a44fbe5b526a851b41ccc498f55be22e743bd9124 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 68c0aafc8d5bb9f1973fa88c85cd9dbad202cd41c549876cd309f7de1338e6b6 [INFO] running `Command { std: "docker" "start" "-a" "68c0aafc8d5bb9f1973fa88c85cd9dbad202cd41c549876cd309f7de1338e6b6", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling tinystr v0.3.4 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling anyhow v1.0.44 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling openssl v0.10.36 [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 funty v1.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling arc-swap v1.4.0 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling utf8-decode v1.0.1 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling ankisyncd v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling urlparse v0.7.3 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling phf_shared v0.9.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling nom v7.0.0-alpha1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling type-map v0.4.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling unic-langid-impl v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling os_str_bytes v4.2.0 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling pct-str v1.1.0 (https://github.com/timothee-haudebourg/pct-str.git?rev=4adccd8d4a222ab2672350a102f06ae832a0572d#4adccd8d) [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling tendril v0.4.2 [INFO] [stderr] Compiling unic-ucd-category v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling openssl-sys v0.9.67 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling blake3 v0.3.8 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling which v4.2.2 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling utime v0.3.1 [INFO] [stderr] Compiling coarsetime v0.1.19 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] error: could not compile `http` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name http --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-0.2.5/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=dba4cb509907a04b -C extra-filename=-dba4cb509907a04b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-15b4425b0ed3b764.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-e61c6b336c9917a7.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" "68c0aafc8d5bb9f1973fa88c85cd9dbad202cd41c549876cd309f7de1338e6b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68c0aafc8d5bb9f1973fa88c85cd9dbad202cd41c549876cd309f7de1338e6b6", kill_on_drop: false }` [INFO] [stdout] 68c0aafc8d5bb9f1973fa88c85cd9dbad202cd41c549876cd309f7de1338e6b6