[INFO] crate wikitrans 0.1.2 is already in cache [INFO] testing wikitrans-0.1.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate wikitrans 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate wikitrans 0.1.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wikitrans 0.1.2 [INFO] finished tweaking crates.io crate wikitrans 0.1.2 [INFO] tweaked toml for crates.io crate wikitrans 0.1.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 32c1c1f26ce4b6aedc09abee642b8d63c3d84b79828b1ceabfbcbdfb12c60081 [INFO] running `"docker" "start" "-a" "32c1c1f26ce4b6aedc09abee642b8d63c3d84b79828b1ceabfbcbdfb12c60081"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling skim v0.5.5 [INFO] [stderr] error[E0277]: `curses::ColorWrapper` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skim-0.5.5/src/curses.rs:804:6 [INFO] [stderr] | [INFO] [stderr] 804 | impl color::Color for ColorWrapper { [INFO] [stderr] | ^^^^^^^^^^^^ `curses::ColorWrapper` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/termion-1.5.5/src/color.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | pub trait Color: Debug { [INFO] [stderr] | ----- required by this bound in `termion::color::Color` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `curses::ColorWrapper` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `curses::ColorWrapper` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/skim-0.5.5/src/curses.rs:813:10 [INFO] [stderr] | [INFO] [stderr] 813 | impl<'a> color::Color for &'a ColorWrapper { [INFO] [stderr] | ^^^^^^^^^^^^ `curses::ColorWrapper` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/termion-1.5.5/src/color.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | pub trait Color: Debug { [INFO] [stderr] | ----- required by this bound in `termion::color::Color` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `curses::ColorWrapper` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&'a curses::ColorWrapper` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `skim`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "32c1c1f26ce4b6aedc09abee642b8d63c3d84b79828b1ceabfbcbdfb12c60081"` [INFO] running `"docker" "rm" "-f" "32c1c1f26ce4b6aedc09abee642b8d63c3d84b79828b1ceabfbcbdfb12c60081"` [INFO] [stdout] 32c1c1f26ce4b6aedc09abee642b8d63c3d84b79828b1ceabfbcbdfb12c60081