[INFO] cloning repository https://github.com/jihoo12/lai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jihoo12/lai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjihoo12%2Flai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjihoo12%2Flai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28a2a7b70e9ef9cf935128ff98a901f15c0bf3b3 [INFO] testing jihoo12/lai/28a2a7b70e9ef9cf935128ff98a901f15c0bf3b3 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%2Fjihoo12%2Flai" "/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/jihoo12/lai [INFO] finished tweaking git repo https://github.com/jihoo12/lai [INFO] tweaked toml for git repo https://github.com/jihoo12/lai written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jihoo12/lai 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/jihoo12/lai 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/jihoo12/alisp` [INFO] [stderr] Locking 1 package to highest Rust 1.99.0-beta.1 compatible version [INFO] [stderr] Adding alisp v0.1.0 (https://github.com/jihoo12/alisp#b3234d0e) [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119 [INFO] running `Command { std: "docker" "start" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119", 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" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119" "/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" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119", 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" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.46 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling siphasher v1.0.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling shlex v2.0.1 [INFO] [stderr] Compiling smallvec v1.15.2 [INFO] [stderr] Compiling rand v0.8.7 [INFO] [stderr] Compiling cc v1.2.67 [INFO] [stderr] Compiling log v0.4.33 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling zerocopy v0.8.54 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling syn v2.0.118 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling zeroize v1.9.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling dtoa v1.0.11 [INFO] [stderr] Compiling markup5ever v0.14.1 [INFO] [stderr] Compiling memchr v2.8.3 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling rustls-pki-types v1.15.0 [INFO] [stderr] Compiling selectors v0.26.0 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling zmij v1.0.22 [INFO] [stderr] Compiling inotify-sys v0.1.8 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling bitflags v2.13.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling servo_arc v0.4.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling bytes v1.12.1 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling rustls v0.23.41 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling http v1.4.2 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ego-tree v0.10.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling cssparser v0.34.0 [INFO] [stderr] Compiling match_token v0.1.0 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling regex-automata v0.4.15 [INFO] [stderr] Compiling ureq-proto v0.6.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling notify-types v1.0.1 [INFO] [stderr] Compiling inotify v0.10.2 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling html5ever v0.29.1 [INFO] [stderr] Compiling webpki-roots v1.0.8 [INFO] [stderr] Compiling filetime v0.2.29 [INFO] [stderr] Compiling mio v1.2.2 [INFO] [stderr] Compiling utf8-zero v0.8.1 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling notify v7.0.0 [INFO] [stderr] Compiling regex v1.13.0 [INFO] [stderr] Compiling scraper v0.22.0 [INFO] [stderr] Compiling rustls-webpki v0.103.13 [INFO] [stderr] Compiling ureq v3.3.0 [INFO] [stderr] Compiling rusqlite v0.31.0 [INFO] [stderr] Compiling alisp v0.1.0 (https://github.com/jihoo12/alisp#b3234d0e) [INFO] [stderr] Compiling lai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 4m 25s [INFO] running `Command { std: "docker" "inspect" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119", 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" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119" "/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 lai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119", 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" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119" "/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.16s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/lai-f720ac8902fc7031) [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" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119", kill_on_drop: false }` [INFO] [stdout] 66f4348b54c73d8122174d5c6ecf533866a302663fb9d20b9e9e8ea4809a6119