[INFO] cloning repository https://github.com/kwannoel/121-chat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kwannoel/121-chat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkwannoel%2F121-chat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkwannoel%2F121-chat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] acc50cd159c9f36b345400e157af27530c172d9a
[INFO] testing kwannoel/121-chat against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkwannoel%2F121-chat" "/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/kwannoel/121-chat
[INFO] finished tweaking git repo https://github.com/kwannoel/121-chat
[INFO] tweaked toml for git repo https://github.com/kwannoel/121-chat written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kwannoel/121-chat on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kwannoel/121-chat 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 584f91fc5a381acd88d301002b103247efc367808b704777ee329b8072985cc1
[INFO] running `Command { std: "docker" "start" "-a" "584f91fc5a381acd88d301002b103247efc367808b704777ee329b8072985cc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "584f91fc5a381acd88d301002b103247efc367808b704777ee329b8072985cc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "584f91fc5a381acd88d301002b103247efc367808b704777ee329b8072985cc1", kill_on_drop: false }`
[INFO] [stdout] 584f91fc5a381acd88d301002b103247efc367808b704777ee329b8072985cc1
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4e1ae66f1d80785a981dec3ef5492c0ab546d5e473ccf18d10946842b78f1a3
[INFO] running `Command { std: "docker" "start" "-a" "d4e1ae66f1d80785a981dec3ef5492c0ab546d5e473ccf18d10946842b78f1a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.84
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling lock_api v0.4.2
[INFO] [stderr]    Compiling thread_local v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.2
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling tokio v1.1.1
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling mio v0.7.7
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling signal-hook-registry v1.3.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.4
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling env_logger v0.8.2
[INFO] [stderr]    Compiling tokio-macros v1.0.0
[INFO] [stderr]    Compiling sync-server-client v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s
[INFO] running `Command { std: "docker" "inspect" "d4e1ae66f1d80785a981dec3ef5492c0ab546d5e473ccf18d10946842b78f1a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4e1ae66f1d80785a981dec3ef5492c0ab546d5e473ccf18d10946842b78f1a3", kill_on_drop: false }`
[INFO] [stdout] d4e1ae66f1d80785a981dec3ef5492c0ab546d5e473ccf18d10946842b78f1a3
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e860d888d02bb2d638ab7f82116b15bb874b56f66892e7e1152139fc72c4c35
[INFO] running `Command { std: "docker" "start" "-a" "0e860d888d02bb2d638ab7f82116b15bb874b56f66892e7e1152139fc72c4c35", kill_on_drop: false }`
[INFO] [stderr]    Compiling sync-server-client v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "0e860d888d02bb2d638ab7f82116b15bb874b56f66892e7e1152139fc72c4c35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e860d888d02bb2d638ab7f82116b15bb874b56f66892e7e1152139fc72c4c35", kill_on_drop: false }`
[INFO] [stdout] 0e860d888d02bb2d638ab7f82116b15bb874b56f66892e7e1152139fc72c4c35
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a758830eb130d9950d6d39430d48197b928fd843e021b27b9df95116ec6b7a42
[INFO] running `Command { std: "docker" "start" "-a" "a758830eb130d9950d6d39430d48197b928fd843e021b27b9df95116ec6b7a42", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sync_server_client-687c2b9f2bcfb24f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test components::services::main_control::messages::tests::conv_ack_message ... ok
[INFO] [stdout] test components::services::main_control::messages::tests::conv_msg_message ... ok
[INFO] [stdout] test components::services::main_control::messages::tests::ser_len_ack_message ... ok
[INFO] [stdout] test components::services::main_control::messages::tests::ser_len_msg_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a758830eb130d9950d6d39430d48197b928fd843e021b27b9df95116ec6b7a42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a758830eb130d9950d6d39430d48197b928fd843e021b27b9df95116ec6b7a42", kill_on_drop: false }`
[INFO] [stdout] a758830eb130d9950d6d39430d48197b928fd843e021b27b9df95116ec6b7a42
