[INFO] cloning repository https://github.com/AltSysrq/crymap [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AltSysrq/crymap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAltSysrq%2Fcrymap", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAltSysrq%2Fcrymap'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9149ab7af6f3f206fb2cd0fb8352bc702e00cdb8 [INFO] testing AltSysrq/crymap against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAltSysrq%2Fcrymap" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AltSysrq/crymap on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AltSysrq/crymap [INFO] finished tweaking git repo https://github.com/AltSysrq/crymap [INFO] tweaked toml for git repo https://github.com/AltSysrq/crymap written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/AltSysrq/crymap already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3bbcd7cc41cc49b5f0c50ba8271496b7049c5ec044be3d5aa7336c1f19fe3238 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3bbcd7cc41cc49b5f0c50ba8271496b7049c5ec044be3d5aa7336c1f19fe3238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3bbcd7cc41cc49b5f0c50ba8271496b7049c5ec044be3d5aa7336c1f19fe3238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bbcd7cc41cc49b5f0c50ba8271496b7049c5ec044be3d5aa7336c1f19fe3238", kill_on_drop: false }` [INFO] [stdout] 3bbcd7cc41cc49b5f0c50ba8271496b7049c5ec044be3d5aa7336c1f19fe3238 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 24cb643bffe6fadd7eb8329b2dcd4083f01bf604cb5d1890811c9cc46260ce68 [INFO] running `Command { std: "docker" "start" "-a" "24cb643bffe6fadd7eb8329b2dcd4083f01bf604cb5d1890811c9cc46260ce68", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.29 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling encoding_rs v0.8.23 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.3 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling proc-macro-error v1.0.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling blake2b_simd v0.5.10 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.3 [INFO] [stderr] Compiling rust-argon2 v0.8.2 [INFO] [stderr] Compiling ordered-float v1.1.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling secstr v0.4.0 [INFO] [stderr] Compiling rpassword v4.0.5 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling openssl-sys v0.9.57 [INFO] [stderr] Compiling zstd-sys v1.4.16+zstd.1.4.5 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.4.8 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling structopt v0.3.15 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde-value v0.6.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling serde_bytes v0.11.4 [INFO] [stderr] Compiling syslog v5.0.0 [INFO] [stderr] Compiling log4rs v0.13.0 [INFO] [stderr] Compiling zstd-safe v2.0.4+zstd.1.4.5 [INFO] [stderr] Compiling zstd v0.5.2+zstd.1.4.5 [INFO] [stderr] Compiling crymap v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 13s [INFO] running `Command { std: "docker" "inspect" "24cb643bffe6fadd7eb8329b2dcd4083f01bf604cb5d1890811c9cc46260ce68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24cb643bffe6fadd7eb8329b2dcd4083f01bf604cb5d1890811c9cc46260ce68", kill_on_drop: false }` [INFO] [stdout] 24cb643bffe6fadd7eb8329b2dcd4083f01bf604cb5d1890811c9cc46260ce68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edf6ce02f695a244923f49aff3155d7fb860a8361faed647d49f5886d4e1a4c9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "edf6ce02f695a244923f49aff3155d7fb860a8361faed647d49f5886d4e1a4c9", kill_on_drop: false }` [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling proptest v0.10.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling crymap v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `crymap` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name crymap --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=831a0e5a12f39324 -C extra-filename=-831a0e5a12f39324 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-c3e0cc549ffd094d.rlib --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-04b16b37fbc1beb3.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8a6725df31b65829.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-58bdaf0bac44ca27.rlib --extern crossbeam=/opt/rustwide/target/debug/deps/libcrossbeam-9afb29b89d9ba2fd.rlib --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-8844dac50d6fb9b4.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-21d470d05db910ab.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-8048d1ce3b26c448.rlib --extern log4rs=/opt/rustwide/target/debug/deps/liblog4rs-bcf91940522813df.rlib --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-2689a2a33544427f.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-423d4e4a1609cfe3.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-b3f472de571bd998.rlib --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-94fd7763b0e6a682.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-ba78f063fe923615.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-807be9ef29995207.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-ed12dc8a07a7649e.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-95eefba5bcc48381.rlib --extern rpassword=/opt/rustwide/target/debug/deps/librpassword-0c1e3889de7959d6.rlib --extern argon2=/opt/rustwide/target/debug/deps/libargon2-e3efb959b2506cdd.rlib --extern secstr=/opt/rustwide/target/debug/deps/libsecstr-33207eccbf4e4f43.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-75925402ad820593.rlib --extern serde_bytes=/opt/rustwide/target/debug/deps/libserde_bytes-9b64649ed476539e.rlib --extern serde_cbor=/opt/rustwide/target/debug/deps/libserde_cbor-2f6df6f4f3718898.rlib --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-09c0f40ac6aea152.so --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-50a81696967adcb2.rlib --extern syslog=/opt/rustwide/target/debug/deps/libsyslog-f12745f2cfcdc32c.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-924c48ad8e7ad887.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1725c3e795f0d562.rlib --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-bd569d65752d32be.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-6375b848b3fa426d.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-398e3ef8c785866e.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/rustwide/target/debug/build/zstd-sys-16daad2713f42e1f/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "edf6ce02f695a244923f49aff3155d7fb860a8361faed647d49f5886d4e1a4c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edf6ce02f695a244923f49aff3155d7fb860a8361faed647d49f5886d4e1a4c9", kill_on_drop: false }` [INFO] [stdout] edf6ce02f695a244923f49aff3155d7fb860a8361faed647d49f5886d4e1a4c9