[INFO] cloning repository https://github.com/nextuponstream/todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nextuponstream/todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnextuponstream%2Ftodo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnextuponstream%2Ftodo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3df3790c8fcf39a90f041e0dc61faa826437626e [INFO] testing nextuponstream/todo against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnextuponstream%2Ftodo" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nextuponstream/todo on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nextuponstream/todo [INFO] finished tweaking git repo https://github.com/nextuponstream/todo [INFO] tweaked toml for git repo https://github.com/nextuponstream/todo written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/nextuponstream/todo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0779aecf11204eb94109f50c8c7db1c3ff12f7aaa88bbef223999303bd68c986 [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" "0779aecf11204eb94109f50c8c7db1c3ff12f7aaa88bbef223999303bd68c986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0779aecf11204eb94109f50c8c7db1c3ff12f7aaa88bbef223999303bd68c986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0779aecf11204eb94109f50c8c7db1c3ff12f7aaa88bbef223999303bd68c986", kill_on_drop: false }` [INFO] [stdout] 0779aecf11204eb94109f50c8c7db1c3ff12f7aaa88bbef223999303bd68c986 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a77079bf9d00d5d18cbbb7b0a88a4aef7cf959676a2dc1cbf1b54b8edfa285b0 [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" "a77079bf9d00d5d18cbbb7b0a88a4aef7cf959676a2dc1cbf1b54b8edfa285b0", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling zeroize v1.4.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling read_input v0.8.6 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling dialoguer v0.8.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling simplelog v0.10.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.02s [INFO] running `Command { std: "docker" "inspect" "a77079bf9d00d5d18cbbb7b0a88a4aef7cf959676a2dc1cbf1b54b8edfa285b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a77079bf9d00d5d18cbbb7b0a88a4aef7cf959676a2dc1cbf1b54b8edfa285b0", kill_on_drop: false }` [INFO] [stdout] a77079bf9d00d5d18cbbb7b0a88a4aef7cf959676a2dc1cbf1b54b8edfa285b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e379f155a688953af33dc6747a63839102e3ca9257e97bed7bf25a42e639078a [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" "e379f155a688953af33dc6747a63839102e3ca9257e97bed7bf25a42e639078a", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling predicates-tree v1.0.3 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling predicates v2.0.2 [INFO] [stderr] Compiling assert_cmd v2.0.1 [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.16s [INFO] running `Command { std: "docker" "inspect" "e379f155a688953af33dc6747a63839102e3ca9257e97bed7bf25a42e639078a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e379f155a688953af33dc6747a63839102e3ca9257e97bed7bf25a42e639078a", kill_on_drop: false }` [INFO] [stdout] e379f155a688953af33dc6747a63839102e3ca9257e97bed7bf25a42e639078a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9f83b9c6fa8039ecb0e3c0f573acbf811d344b33a079d52f48c05f217d8684fc [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" "9f83b9c6fa8039ecb0e3c0f573acbf811d344b33a079d52f48c05f217d8684fc", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/todo-3c6bcbede033ea15) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test list::tests::empty_configuration ... ok [INFO] [stdout] test list::tests::todo_context_with_no_todo_lists ... ok [INFO] [stdout] test tests::barebones_todo ... ok [INFO] [stdout] test tests::update_config_with_empty_title_fails ... ok [INFO] [stdout] test tests::update_config_with_existing_config ... ok [INFO] [stdout] test parse::tests::configuration_file_parses_configuration ... ok [INFO] [stdout] test parse::tests::parse_no_tasks ... ok [INFO] [stdout] test tests::all_options_todo ... ok [INFO] [stdout] test parse::tests::empty_title ... ok [INFO] [stdout] test parse::tests::parse_todo_empty_title_produces_error ... ok [INFO] [stdout] test parse::tests::update_config_with_missing_config ... ok [INFO] [stdout] test parse::tests::parse_multiple_remaining_tasks ... ok [INFO] [stdout] test parse::tests::parse_todo_simple ... ok [INFO] [stdout] test parse::tests::parse_todo_no_labels ... ok [INFO] [stdout] test parse::tests::parse_tasks_only_in_todo_list_section ... ok [INFO] [stdout] test parse::tests::parse_one_done_tasks ... ok [INFO] [stdout] test parse::tests::parse_one_remaining_tasks ... ok [INFO] [stdout] test parse::tests::parse_multiple_all_done_tasks ... ok [INFO] [stdout] test list::tests::list_todo_lists_from_all_config ... ok [INFO] [stdout] test list::tests::list_todo_lists_from_one_config ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/todo-e23416d3039cd6f8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/config_active_context.rs (/opt/rustwide/target/debug/deps/config_active_context-5bdbd580cdeb760d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test has_help ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/config_get_contexts.rs (/opt/rustwide/target/debug/deps/config_get_contexts-192ad3a9aee79699) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test has_help ... ok [INFO] [stdout] test display_correct_active_context ... ok [INFO] [stdout] test display_correct_active_context_full ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/config_set_context.rs (/opt/rustwide/target/debug/deps/config_set_context-d139259e5ee1a63d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test has_help ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/create.rs (/opt/rustwide/target/debug/deps/create-4867d0fc3be47150) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test has_help ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests todo [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9f83b9c6fa8039ecb0e3c0f573acbf811d344b33a079d52f48c05f217d8684fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f83b9c6fa8039ecb0e3c0f573acbf811d344b33a079d52f48c05f217d8684fc", kill_on_drop: false }` [INFO] [stdout] 9f83b9c6fa8039ecb0e3c0f573acbf811d344b33a079d52f48c05f217d8684fc