[INFO] cloning repository https://github.com/fasterthanlime/divsufsort [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fasterthanlime/divsufsort" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffasterthanlime%2Fdivsufsort", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffasterthanlime%2Fdivsufsort'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d1678f30e867834af2c2057872994fc16229acf4 [INFO] testing fasterthanlime/divsufsort 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%2Ffasterthanlime%2Fdivsufsort" "/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/fasterthanlime/divsufsort [INFO] finished tweaking git repo https://github.com/fasterthanlime/divsufsort [INFO] tweaked toml for git repo https://github.com/fasterthanlime/divsufsort written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fasterthanlime/divsufsort 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/fasterthanlime/divsufsort 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 67343a591be33b82e500e654ae6c2b8aa83c67386f5acb927ced499b0aa52604 [INFO] running `Command { std: "docker" "start" "-a" "67343a591be33b82e500e654ae6c2b8aa83c67386f5acb927ced499b0aa52604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67343a591be33b82e500e654ae6c2b8aa83c67386f5acb927ced499b0aa52604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67343a591be33b82e500e654ae6c2b8aa83c67386f5acb927ced499b0aa52604", kill_on_drop: false }` [INFO] [stdout] 67343a591be33b82e500e654ae6c2b8aa83c67386f5acb927ced499b0aa52604 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 12ba87d711454e4ee7da63a1440cca3f4ac70abcbdb44be4a8ff2952209e4198 [INFO] running `Command { std: "docker" "start" "-a" "12ba87d711454e4ee7da63a1440cca3f4ac70abcbdb44be4a8ff2952209e4198", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.6.1 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling pico-args v0.3.0 [INFO] [stderr] Compiling dc3 v0.1.0 (/opt/rustwide/workdir/crates/dc3) [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling bitpacking v0.6.0 [INFO] [stderr] Compiling cli-table v0.2.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.9 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling bincode v1.2.0 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling sacabase v2.0.0 (/opt/rustwide/workdir/crates/sacabase) [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling divsufsort v2.0.0 (/opt/rustwide/workdir/crates/divsufsort) [INFO] [stderr] Compiling rayon v1.2.1 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> crates/divsufsort/src/sssort.rs:279:6 [INFO] [stdout] | [INFO] [stdout] 279 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> crates/divsufsort/src/sssort.rs:284:6 [INFO] [stdout] | [INFO] [stdout] 284 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> crates/divsufsort/src/sssort.rs:523:6 [INFO] [stdout] | [INFO] [stdout] 523 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> crates/divsufsort/src/trsort.rs:252:6 [INFO] [stdout] | [INFO] [stdout] 252 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/divsufsort/src/lib.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn sort(text: &[u8]) -> sacabase::SuffixArray { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn sort(text: &[u8]) -> sacabase::SuffixArray<'_, Idx> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling console v0.9.1 [INFO] [stderr] Compiling size_format v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling cdivsufsort v2.0.0 (/opt/rustwide/workdir/crates/cdivsufsort) [INFO] [stderr] Compiling sacapart v2.0.0 (/opt/rustwide/workdir/crates/sacapart) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/cdivsufsort/src/lib.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sort<'a>(text: &'a [u8]) -> sacabase::SuffixArray { [INFO] [stdout] | ^^ -------------------------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sort<'a>(text: &'a [u8]) -> sacabase::SuffixArray<'a, i32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling better-panic v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling suffix_array v0.4.0 [INFO] [stderr] error: could not compile `bitpacking` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/733b47ea4b1b86216f14ef56e49440c33933f230/bin/rustc --crate-name bitpacking --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitpacking-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c62708aec6807977 -C extra-filename=-47b16c3c558b7df3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crunchy=/opt/rustwide/target/debug/deps/libcrunchy-984c7c5229633d17.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "12ba87d711454e4ee7da63a1440cca3f4ac70abcbdb44be4a8ff2952209e4198", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12ba87d711454e4ee7da63a1440cca3f4ac70abcbdb44be4a8ff2952209e4198", kill_on_drop: false }` [INFO] [stdout] 12ba87d711454e4ee7da63a1440cca3f4ac70abcbdb44be4a8ff2952209e4198