[INFO] cloning repository https://github.com/pchampin/sophia_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pchampin/sophia_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpchampin%2Fsophia_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpchampin%2Fsophia_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9b358c566b873ffe35aebe07956b61b07f522892 [INFO] testing pchampin/sophia_rs against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpchampin%2Fsophia_rs" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pchampin/sophia_rs on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pchampin/sophia_rs [INFO] finished tweaking git repo https://github.com/pchampin/sophia_rs [INFO] tweaked toml for git repo https://github.com/pchampin/sophia_rs written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf549d9ef345ad3fa39666a7cf72d49cab1ca2bc0bf5fc142e5f9e9b89230bf3 [INFO] running `Command { std: "docker" "start" "-a" "cf549d9ef345ad3fa39666a7cf72d49cab1ca2bc0bf5fc142e5f9e9b89230bf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf549d9ef345ad3fa39666a7cf72d49cab1ca2bc0bf5fc142e5f9e9b89230bf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf549d9ef345ad3fa39666a7cf72d49cab1ca2bc0bf5fc142e5f9e9b89230bf3", kill_on_drop: false }` [INFO] [stdout] cf549d9ef345ad3fa39666a7cf72d49cab1ca2bc0bf5fc142e5f9e9b89230bf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24a71a3a2f18819fb366defea3f6636c6560f510ae160d33409512cccf01be4b [INFO] running `Command { std: "docker" "start" "-a" "24a71a3a2f18819fb366defea3f6636c6560f510ae160d33409512cccf01be4b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling mownstr v0.1.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling resiter v0.4.0 [INFO] [stderr] Compiling oxilangtag v0.1.2 [INFO] [stderr] Compiling rio_api v0.6.1 [INFO] [stderr] Compiling oxiri v0.1.1 [INFO] [stderr] Compiling weak-table v0.3.0 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling rio_turtle v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling rio_xml v0.6.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling sophia_iri v0.7.0 (/opt/rustwide/workdir/iri) [INFO] [stderr] Compiling sophia_api v0.7.0 (/opt/rustwide/workdir/api) [INFO] [stderr] Compiling sophia_term v0.7.0 (/opt/rustwide/workdir/term) [INFO] [stderr] Compiling sophia_rio v0.7.0 (/opt/rustwide/workdir/rio) [INFO] [stderr] Compiling sophia_xml v0.7.0 (/opt/rustwide/workdir/xml) [INFO] [stderr] Compiling sophia_indexed v0.7.0 (/opt/rustwide/workdir/indexed) [INFO] [stderr] Compiling sophia_inmem v0.7.0 (/opt/rustwide/workdir/inmem) [INFO] [stderr] Compiling sophia_turtle v0.7.0 (/opt/rustwide/workdir/turtle) [INFO] [stderr] Compiling sophia v0.7.0 (/opt/rustwide/workdir/sophia) [INFO] [stderr] Compiling sophia_jsonld v0.7.0 (/opt/rustwide/workdir/jsonld) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.99s [INFO] running `Command { std: "docker" "inspect" "24a71a3a2f18819fb366defea3f6636c6560f510ae160d33409512cccf01be4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24a71a3a2f18819fb366defea3f6636c6560f510ae160d33409512cccf01be4b", kill_on_drop: false }` [INFO] [stdout] 24a71a3a2f18819fb366defea3f6636c6560f510ae160d33409512cccf01be4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2812bbe5064700d0505773244cfe0e3fae52014a2cc28aa072b3b06cc09f195e [INFO] running `Command { std: "docker" "start" "-a" "2812bbe5064700d0505773244cfe0e3fae52014a2cc28aa072b3b06cc09f195e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling serde_json v1.0.71 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling sophia_iri v0.7.0 (/opt/rustwide/workdir/iri) [INFO] [stderr] Compiling sophia_rio v0.7.0 (/opt/rustwide/workdir/rio) [INFO] [stderr] Compiling sophia_indexed v0.7.0 (/opt/rustwide/workdir/indexed) [INFO] [stderr] Compiling sophia_inmem v0.7.0 (/opt/rustwide/workdir/inmem) [INFO] [stderr] Compiling sophia_turtle v0.7.0 (/opt/rustwide/workdir/turtle) [INFO] [stderr] Compiling sophia_xml v0.7.0 (/opt/rustwide/workdir/xml) [INFO] [stderr] Compiling sophia_jsonld v0.7.0 (/opt/rustwide/workdir/jsonld) [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling test-case v1.2.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] error: could not compile `sophia_turtle` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name sophia_turtle --edition=2021 turtle/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=2e86a06fac4ff92f -C extra-filename=-2e86a06fac4ff92f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib --extern oxiri=/opt/rustwide/target/debug/deps/liboxiri-26b7ff04648537a9.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-dd9363dd410b6a25.rlib --extern rio_api=/opt/rustwide/target/debug/deps/librio_api-5bd10c09a49990c3.rlib --extern rio_turtle=/opt/rustwide/target/debug/deps/librio_turtle-f51b75a811d14837.rlib --extern sophia_api=/opt/rustwide/target/debug/deps/libsophia_api-d0615637a429d269.rlib --extern sophia_indexed=/opt/rustwide/target/debug/deps/libsophia_indexed-c3c1bd88d79ff53d.rlib --extern sophia_inmem=/opt/rustwide/target/debug/deps/libsophia_inmem-fb03b19d32958e93.rlib --extern sophia_iri=/opt/rustwide/target/debug/deps/libsophia_iri-0f68dfe145d84b81.rlib --extern sophia_rio=/opt/rustwide/target/debug/deps/libsophia_rio-944534af6cea8534.rlib --extern sophia_term=/opt/rustwide/target/debug/deps/libsophia_term-6afc7baf16f60e6a.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-08964eda975fc0c7.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2812bbe5064700d0505773244cfe0e3fae52014a2cc28aa072b3b06cc09f195e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2812bbe5064700d0505773244cfe0e3fae52014a2cc28aa072b3b06cc09f195e", kill_on_drop: false }` [INFO] [stdout] 2812bbe5064700d0505773244cfe0e3fae52014a2cc28aa072b3b06cc09f195e