[INFO] cloning repository https://github.com/robinfriedli/rusty_snake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robinfriedli/rusty_snake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinfriedli%2Frusty_snake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinfriedli%2Frusty_snake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0122dff8ac33a1c8e9e505ec51935fb1cfce30c2
[INFO] testing robinfriedli/rusty_snake against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinfriedli%2Frusty_snake" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/robinfriedli/rusty_snake
[INFO] finished tweaking git repo https://github.com/robinfriedli/rusty_snake
[INFO] tweaked toml for git repo https://github.com/robinfriedli/rusty_snake written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/robinfriedli/rusty_snake on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 31 packages to latest compatible versions
[INFO] [stderr]       Adding pancurses v0.16.1 (available: v0.17.0)
[INFO] [stderr]       Adding quick-xml v0.17.2 (available: v0.38.3)
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded stopwatch v0.0.7
[INFO] [stderr]   Downloaded winreg v0.5.1
[INFO] [stderr]   Downloaded rustc-serialize v0.3.25
[INFO] [stderr]   Downloaded num-complex v0.1.44
[INFO] [stderr]   Downloaded num v0.1.43
[INFO] [stderr]   Downloaded ncurses v5.101.0
[INFO] [stderr]   Downloaded num-rational v0.1.43
[INFO] [stderr]   Downloaded num-bigint v0.1.45
[INFO] [stderr]   Downloaded quick-xml v0.17.2
[INFO] [stderr]   Downloaded pdcurses-sys v0.7.1
[INFO] [stderr]   Downloaded pancurses v0.16.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4ef5a7c73e7aad778f8acd99638701b0a93999892a6a26275ec018f20a4647d6
[INFO] running `Command { std: "docker" "start" "-a" "4ef5a7c73e7aad778f8acd99638701b0a93999892a6a26275ec018f20a4647d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ef5a7c73e7aad778f8acd99638701b0a93999892a6a26275ec018f20a4647d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ef5a7c73e7aad778f8acd99638701b0a93999892a6a26275ec018f20a4647d6", kill_on_drop: false }`
[INFO] [stdout] 4ef5a7c73e7aad778f8acd99638701b0a93999892a6a26275ec018f20a4647d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 456daad195610fcc0c5597b01575eeda043eb2daca34f7790c3b05fff52ed4cc
[INFO] running `Command { std: "docker" "start" "-a" "456daad195610fcc0c5597b01575eeda043eb2daca34f7790c3b05fff52ed4cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-bigint v0.1.45
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling num-complex v0.1.44
[INFO] [stderr]    Compiling num-rational v0.1.43
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling quick-xml v0.17.2
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling ncurses v5.101.0
[INFO] [stderr]    Compiling pancurses v0.16.1
[INFO] [stderr]    Compiling num v0.1.43
[INFO] [stderr]    Compiling stopwatch v0.0.7
[INFO] [stderr]    Compiling rusty_snake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/score_manager.rs:197:49
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn create_score_elem(score: u64, user_name: &str, time: u128) -> BytesStart {
[INFO] [stdout]     |                                                 ^^^^                 ---------- the same lifetime is hidden here
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn create_score_elem(score: u64, user_name: &str, time: u128) -> BytesStart<'_> {
[INFO] [stdout]     |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.92s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.17.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "456daad195610fcc0c5597b01575eeda043eb2daca34f7790c3b05fff52ed4cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "456daad195610fcc0c5597b01575eeda043eb2daca34f7790c3b05fff52ed4cc", kill_on_drop: false }`
[INFO] [stdout] 456daad195610fcc0c5597b01575eeda043eb2daca34f7790c3b05fff52ed4cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc657f6b1ae373c76bdd977eb55e417dc9c30ba10f86ca28b496628c3515a925
[INFO] running `Command { std: "docker" "start" "-a" "dc657f6b1ae373c76bdd977eb55e417dc9c30ba10f86ca28b496628c3515a925", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusty_snake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/score_manager.rs:197:49
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn create_score_elem(score: u64, user_name: &str, time: u128) -> BytesStart {
[INFO] [stdout]     |                                                 ^^^^                 ---------- the same lifetime is hidden here
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn create_score_elem(score: u64, user_name: &str, time: u128) -> BytesStart<'_> {
[INFO] [stdout]     |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.17.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "dc657f6b1ae373c76bdd977eb55e417dc9c30ba10f86ca28b496628c3515a925", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc657f6b1ae373c76bdd977eb55e417dc9c30ba10f86ca28b496628c3515a925", kill_on_drop: false }`
[INFO] [stdout] dc657f6b1ae373c76bdd977eb55e417dc9c30ba10f86ca28b496628c3515a925
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ccf2309f180821c6a1c93c4a6676785cd328b03fbcd8e758c5b09f9e62c9962f
[INFO] running `Command { std: "docker" "start" "-a" "ccf2309f180821c6a1c93c4a6676785cd328b03fbcd8e758c5b09f9e62c9962f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/score_manager.rs:197:49
[INFO] [stderr]     |
[INFO] [stderr] 197 |     fn create_score_elem(score: u64, user_name: &str, time: u128) -> BytesStart {
[INFO] [stderr]     |                                                 ^^^^                 ---------- the same lifetime is hidden here
[INFO] [stderr]     |                                                 |
[INFO] [stderr]     |                                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 197 |     fn create_score_elem(score: u64, user_name: &str, time: u128) -> BytesStart<'_> {
[INFO] [stderr]     |                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rusty_snake` (bin "rusty_snake" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.17.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_snake-ec5c1e28262624c8)
[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" "ccf2309f180821c6a1c93c4a6676785cd328b03fbcd8e758c5b09f9e62c9962f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccf2309f180821c6a1c93c4a6676785cd328b03fbcd8e758c5b09f9e62c9962f", kill_on_drop: false }`
[INFO] [stdout] ccf2309f180821c6a1c93c4a6676785cd328b03fbcd8e758c5b09f9e62c9962f
