[INFO] cloning repository https://github.com/kodematthieu/TicTacToe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kodematthieu/TicTacToe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkodematthieu%2FTicTacToe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkodematthieu%2FTicTacToe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bdd5a0ea74d6ead6f5fcb8b49f3af7018e460c67
[INFO] testing kodematthieu/TicTacToe against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkodematthieu%2FTicTacToe" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kodematthieu/TicTacToe
[INFO] finished tweaking git repo https://github.com/kodematthieu/TicTacToe
[INFO] tweaked toml for git repo https://github.com/kodematthieu/TicTacToe written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kodematthieu/TicTacToe on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kodematthieu/TicTacToe 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4
[INFO] running `Command { std: "docker" "start" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde v1.0.158
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling winnow v0.4.1
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.53
[INFO] [stderr]    Compiling cfg-expr v0.14.0
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-task v0.3.27
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling syn v2.0.10
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-util v0.3.27
[INFO] [stderr]    Compiling futures-channel v0.3.27
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling gio v0.16.7
[INFO] [stderr]    Compiling futures-io v0.3.27
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling unic-ucd-bidi v0.9.0
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling unic-bidi v0.9.0
[INFO] [stderr]    Compiling kurbo v0.9.1
[INFO] [stderr]    Compiling field-offset v0.3.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling gtk v0.16.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling piet v0.6.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling type-map v0.4.0
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling druid-shell v0.8.3
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling time v0.3.20
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling toml_datetime v0.6.1
[INFO] [stderr]    Compiling serde_spanned v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling toml_edit v0.19.8
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling keyboard-types v0.6.2
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]    Compiling self_cell v0.10.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling keyframe v1.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.27
[INFO] [stderr]    Compiling displaydoc v0.2.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling druid-derive v0.5.0
[INFO] [stderr]    Compiling defaults v0.2.0
[INFO] [stderr]    Compiling toml v0.7.3
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling tinystr v0.7.1
[INFO] [stderr]    Compiling system-deps v6.0.4
[INFO] [stderr]    Compiling unic-langid-impl v0.9.1
[INFO] [stderr]    Compiling unic-langid v0.9.1
[INFO] [stderr]    Compiling intl-memoizer v0.5.1
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling glib-sys v0.16.3
[INFO] [stderr]    Compiling gobject-sys v0.16.3
[INFO] [stderr]    Compiling gio-sys v0.16.3
[INFO] [stderr]    Compiling pango-sys v0.16.3
[INFO] [stderr]    Compiling cairo-sys-rs v0.16.3
[INFO] [stderr]    Compiling glib-macros v0.16.3
[INFO] [stderr]    Compiling atk-sys v0.16.0
[INFO] [stderr]    Compiling gdk-sys v0.16.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.16.3
[INFO] [stderr]    Compiling gtk-sys v0.16.0
[INFO] [stderr]    Compiling pangocairo-sys v0.16.3
[INFO] [stderr]    Compiling gtk3-macros v0.16.0
[INFO] [stderr]    Compiling fluent-bundle v0.15.2
[INFO] [stderr]    Compiling futures-executor v0.3.27
[INFO] [stderr]    Compiling glib v0.16.7
[INFO] [stderr]    Compiling cairo-rs v0.16.7
[INFO] [stderr]    Compiling atk v0.16.0
[INFO] [stderr]    Compiling pango v0.16.5
[INFO] [stderr]    Compiling gdk-pixbuf v0.16.7
[INFO] [stderr]    Compiling pangocairo v0.16.3
[INFO] [stderr]    Compiling gdk v0.16.2
[INFO] [stderr]    Compiling piet-cairo v0.6.2
[INFO] [stderr]    Compiling piet-common v0.6.2
[INFO] [stderr]    Compiling druid v0.8.3
[INFO] [stderr]    Compiling tictactoe v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4m 07s
[INFO] running `Command { std: "docker" "inspect" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling tictactoe v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/tictactoe-6f6f8ebb8e96eb58)
[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" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4", kill_on_drop: false }`
[INFO] [stdout] ea7f78fe1c799ce69406ee9fabed1470b6cd06c6a719d43a9e51d8855f065ca4
