[INFO] crate ted-tui 0.5.0 is already in cache [INFO] testing ted-tui-0.5.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate ted-tui 0.5.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate ted-tui 0.5.0 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 ted-tui 0.5.0 [INFO] finished tweaking crates.io crate ted-tui 0.5.0 [INFO] tweaked toml for crates.io crate ted-tui 0.5.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 3cd9da7cb40ba1188cedf4208d57054846341a242f301f2be3cd78c2c3e9b652 [INFO] running `"docker" "start" "-a" "3cd9da7cb40ba1188cedf4208d57054846341a242f301f2be3cd78c2c3e9b652"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling maybe-owned v0.3.4 [INFO] [stderr] Compiling array-macro v1.0.5 [INFO] [stderr] Compiling reexport-proc-macro v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling onig_sys v68.2.1 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling enumset_derive v0.3.2 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling frappe v0.3.1 [INFO] [stderr] Compiling ropey v0.6.3 [INFO] [stderr] Compiling ted v0.7.0 [INFO] [stderr] Compiling enumset v0.3.19 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling over v0.6.5 [INFO] [stderr] Compiling enum-map-derive v0.2.10 [INFO] [stderr] Compiling enum-map v0.2.36 [INFO] [stderr] Compiling onig v3.2.2 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling cursive v0.8.2 [INFO] [stderr] Compiling syntect v2.0.1 [INFO] [stderr] Compiling ted-tui v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stderr] --> src/main.rs:38:18 [INFO] [stderr] | [INFO] [stderr] 38 | let config = std::env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | let mut fallback = ColorStyle::tertiary(); [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.66s [INFO] running `"docker" "inspect" "3cd9da7cb40ba1188cedf4208d57054846341a242f301f2be3cd78c2c3e9b652"` [INFO] running `"docker" "rm" "-f" "3cd9da7cb40ba1188cedf4208d57054846341a242f301f2be3cd78c2c3e9b652"` [INFO] [stdout] 3cd9da7cb40ba1188cedf4208d57054846341a242f301f2be3cd78c2c3e9b652 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1c12f1ccce43ac94d4f4e7d334fee72b642d96e8fe30e7ede35451e8a19ae1eb [INFO] running `"docker" "start" "-a" "1c12f1ccce43ac94d4f4e7d334fee72b642d96e8fe30e7ede35451e8a19ae1eb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ted-tui v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stderr] --> src/main.rs:38:18 [INFO] [stderr] | [INFO] [stderr] 38 | let config = std::env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | let mut fallback = ColorStyle::tertiary(); [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.13s [INFO] running `"docker" "inspect" "1c12f1ccce43ac94d4f4e7d334fee72b642d96e8fe30e7ede35451e8a19ae1eb"` [INFO] running `"docker" "rm" "-f" "1c12f1ccce43ac94d4f4e7d334fee72b642d96e8fe30e7ede35451e8a19ae1eb"` [INFO] [stdout] 1c12f1ccce43ac94d4f4e7d334fee72b642d96e8fe30e7ede35451e8a19ae1eb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3501b16f6ff8501cc18bf401ff57028d4bfd701192a7dbf89c77f7890e9304a8 [INFO] running `"docker" "start" "-a" "3501b16f6ff8501cc18bf401ff57028d4bfd701192a7dbf89c77f7890e9304a8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stderr] --> src/main.rs:38:18 [INFO] [stderr] | [INFO] [stderr] 38 | let config = std::env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | let mut fallback = ColorStyle::tertiary(); [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ted-3f0a75da61e03a01 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test keys::tests::parse_esc_seq ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3501b16f6ff8501cc18bf401ff57028d4bfd701192a7dbf89c77f7890e9304a8"` [INFO] running `"docker" "rm" "-f" "3501b16f6ff8501cc18bf401ff57028d4bfd701192a7dbf89c77f7890e9304a8"` [INFO] [stdout] 3501b16f6ff8501cc18bf401ff57028d4bfd701192a7dbf89c77f7890e9304a8