[INFO] cloning repository https://github.com/ucodery/rye [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ucodery/rye" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fucodery%2Frye", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fucodery%2Frye'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d85eb372bac820d11264aa787e91fdde795c576d [INFO] testing ucodery/rye against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fucodery%2Frye" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ucodery/rye on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ucodery/rye [INFO] finished tweaking git repo https://github.com/ucodery/rye [INFO] tweaked toml for git repo https://github.com/ucodery/rye written to /workspace/builds/worker-23/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition2021` has been stabilized in the 1.56 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e24f19aec7e9cce71c74d8fab88e156142317e80b9b1339e1b2c1f4e48aaad5c [INFO] running `Command { std: "docker" "start" "-a" "e24f19aec7e9cce71c74d8fab88e156142317e80b9b1339e1b2c1f4e48aaad5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e24f19aec7e9cce71c74d8fab88e156142317e80b9b1339e1b2c1f4e48aaad5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e24f19aec7e9cce71c74d8fab88e156142317e80b9b1339e1b2c1f4e48aaad5c", kill_on_drop: false }` [INFO] [stdout] e24f19aec7e9cce71c74d8fab88e156142317e80b9b1339e1b2c1f4e48aaad5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3393dff6e72300330198387043ae3e136a7548a8c99d939b8957e284bf644609 [INFO] running `Command { std: "docker" "start" "-a" "3393dff6e72300330198387043ae3e136a7548a8c99d939b8957e284bf644609", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition2021` has been stabilized in the 1.56 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling rye v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "3393dff6e72300330198387043ae3e136a7548a8c99d939b8957e284bf644609", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3393dff6e72300330198387043ae3e136a7548a8c99d939b8957e284bf644609", kill_on_drop: false }` [INFO] [stdout] 3393dff6e72300330198387043ae3e136a7548a8c99d939b8957e284bf644609 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35e9396828cb5f43e6a1021f00ee723033733808ceb347c2a5a9f0c3fbbba150 [INFO] running `Command { std: "docker" "start" "-a" "35e9396828cb5f43e6a1021f00ee723033733808ceb347c2a5a9f0c3fbbba150", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition2021` has been stabilized in the 1.56 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver v1.0.6 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rstest v0.11.0 [INFO] [stderr] Compiling rye v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `rye` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokenize --edition=2021 tests/tokenize.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5d1ad267b3801a65 -C extra-filename=-5d1ad267b3801a65 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rstest=/opt/rustwide/target/debug/deps/librstest-949d135a225bd121.so --extern rye=/opt/rustwide/target/debug/deps/librye-a254f31b55d7cba9.rlib --extern unicode_normalization=/opt/rustwide/target/debug/deps/libunicode_normalization-e17b05c4e7220a4a.rlib --extern unicode_categories=/opt/rustwide/target/debug/deps/libunicode_categories-56cb2630151b8124.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "35e9396828cb5f43e6a1021f00ee723033733808ceb347c2a5a9f0c3fbbba150", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35e9396828cb5f43e6a1021f00ee723033733808ceb347c2a5a9f0c3fbbba150", kill_on_drop: false }` [INFO] [stdout] 35e9396828cb5f43e6a1021f00ee723033733808ceb347c2a5a9f0c3fbbba150