[INFO] cloning repository https://github.com/zthompson47/pseudotty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zthompson47/pseudotty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzthompson47%2Fpseudotty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzthompson47%2Fpseudotty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b33025d1ed6a4401ea5df87702274b6e5e1a2b36
[INFO] testing zthompson47/pseudotty against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzthompson47%2Fpseudotty" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zthompson47/pseudotty
[INFO] finished tweaking git repo https://github.com/zthompson47/pseudotty
[INFO] tweaked toml for git repo https://github.com/zthompson47/pseudotty written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zthompson47/pseudotty on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zthompson47/pseudotty already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 006f972a03530b9e748fc2df819a6569f20ff7052411cdd7315bc0f2360780e1
[INFO] running `Command { std: "docker" "start" "-a" "006f972a03530b9e748fc2df819a6569f20ff7052411cdd7315bc0f2360780e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "006f972a03530b9e748fc2df819a6569f20ff7052411cdd7315bc0f2360780e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "006f972a03530b9e748fc2df819a6569f20ff7052411cdd7315bc0f2360780e1", kill_on_drop: false }`
[INFO] [stdout] 006f972a03530b9e748fc2df819a6569f20ff7052411cdd7315bc0f2360780e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 335ede61ec4e1ce168229eb760cd7c22ae1dfe474d4a7bf6429d466283e341b7
[INFO] running `Command { std: "docker" "start" "-a" "335ede61ec4e1ce168229eb760cd7c22ae1dfe474d4a7bf6429d466283e341b7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling ucd-trie v0.1.4
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling terminfo v0.7.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling vtparse v0.6.1
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling signal-hook v0.1.17
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling termios v0.3.3
[INFO] [stderr]    Compiling wezterm-bidi v0.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling memmem v0.1.1
[INFO] [stderr]    Compiling crossterm v0.24.0
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling csscolorparser v0.5.0
[INFO] [stderr]    Compiling wezterm-color-types v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling filedescriptor v0.8.2
[INFO] [stderr]    Compiling termwiz v0.16.0
[INFO] [stderr]    Compiling pseudopty v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, terminfo v0.7.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "335ede61ec4e1ce168229eb760cd7c22ae1dfe474d4a7bf6429d466283e341b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "335ede61ec4e1ce168229eb760cd7c22ae1dfe474d4a7bf6429d466283e341b7", kill_on_drop: false }`
[INFO] [stdout] 335ede61ec4e1ce168229eb760cd7c22ae1dfe474d4a7bf6429d466283e341b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b61bf0165bc1fad07a8d75e1ff0d50c0f2784bd19842fbbc5ef1350d445a9af
[INFO] running `Command { std: "docker" "start" "-a" "3b61bf0165bc1fad07a8d75e1ff0d50c0f2784bd19842fbbc5ef1350d445a9af", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling crossterm v0.23.2
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling tui v0.18.0
[INFO] [stderr]    Compiling pseudopty v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, terminfo v0.7.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "3b61bf0165bc1fad07a8d75e1ff0d50c0f2784bd19842fbbc5ef1350d445a9af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b61bf0165bc1fad07a8d75e1ff0d50c0f2784bd19842fbbc5ef1350d445a9af", kill_on_drop: false }`
[INFO] [stdout] 3b61bf0165bc1fad07a8d75e1ff0d50c0f2784bd19842fbbc5ef1350d445a9af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1f4cba1d7169e6143d35dfa1804951d5fd1d1318683c16b2b4aa55f0e3d6aabe
[INFO] running `Command { std: "docker" "start" "-a" "1f4cba1d7169e6143d35dfa1804951d5fd1d1318683c16b2b4aa55f0e3d6aabe", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, terminfo v0.7.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pseudopty-1e84396f2bb99a5a)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::hello_world_simple ... ok
[INFO] [stdout] test tests::hello_world_tui ... ok
[INFO] [stdout] test tests_tui::test_main ... ok
[INFO] [stdout] test tests::test_println ... ok
[INFO] [stdout] test tests::test_async_child ... ok
[INFO] [stdout] test tests::hello_world_ansi ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tui_user_input.rs (/opt/rustwide/target/debug/deps/tui_user_input-400e62e3ddc45d08)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_user_input ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.83s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pseudopty
[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" "1f4cba1d7169e6143d35dfa1804951d5fd1d1318683c16b2b4aa55f0e3d6aabe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f4cba1d7169e6143d35dfa1804951d5fd1d1318683c16b2b4aa55f0e3d6aabe", kill_on_drop: false }`
[INFO] [stdout] 1f4cba1d7169e6143d35dfa1804951d5fd1d1318683c16b2b4aa55f0e3d6aabe
