[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] 50980bfeca379ea98e4a9eb1b679ebb77b155d8a [INFO] building pchampin/sophia_rs against try#14accda7ba2c586835d15379a621955d9f047371 for pr-103610 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpchampin%2Fsophia_rs" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pchampin/sophia_rs on toolchain 14accda7ba2c586835d15379a621955d9f047371 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+14accda7ba2c586835d15379a621955d9f047371" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+14accda7ba2c586835d15379a621955d9f047371" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+14accda7ba2c586835d15379a621955d9f047371" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+14accda7ba2c586835d15379a621955d9f047371" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f96ce0dce1ee54b81bcd5be67b9c0478d41fc151c4bead272c7c01b33c3d9585 [INFO] running `Command { std: "docker" "start" "-a" "f96ce0dce1ee54b81bcd5be67b9c0478d41fc151c4bead272c7c01b33c3d9585", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f96ce0dce1ee54b81bcd5be67b9c0478d41fc151c4bead272c7c01b33c3d9585", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f96ce0dce1ee54b81bcd5be67b9c0478d41fc151c4bead272c7c01b33c3d9585", kill_on_drop: false }` [INFO] [stdout] f96ce0dce1ee54b81bcd5be67b9c0478d41fc151c4bead272c7c01b33c3d9585 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+14accda7ba2c586835d15379a621955d9f047371" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 500d86230cb23ab7d91a58a8766a3cfbc9a3fada78aa2810a8e2debd4a65aa3c [INFO] running `Command { std: "docker" "start" "-a" "500d86230cb23ab7d91a58a8766a3cfbc9a3fada78aa2810a8e2debd4a65aa3c", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling mownstr v0.1.3 [INFO] [stderr] Compiling oxilangtag v0.1.3 [INFO] [stderr] Compiling resiter v0.4.0 [INFO] [stderr] Compiling rio_api v0.6.2 [INFO] [stderr] Compiling oxiri v0.2.2 [INFO] [stderr] Compiling weak-table v0.3.2 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling rio_turtle v0.6.2 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling rio_xml v0.6.2 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling sophia_iri v0.7.2 (/opt/rustwide/workdir/iri) [INFO] [stderr] Compiling sophia_api v0.7.2 (/opt/rustwide/workdir/api) [INFO] [stderr] Compiling sophia_term v0.7.2 (/opt/rustwide/workdir/term) [INFO] [stderr] Compiling sophia_rio v0.7.2 (/opt/rustwide/workdir/rio) [INFO] [stderr] Compiling sophia_xml v0.7.2 (/opt/rustwide/workdir/xml) [INFO] [stderr] Compiling sophia_indexed v0.7.2 (/opt/rustwide/workdir/indexed) [INFO] [stderr] Compiling sophia_inmem v0.7.2 (/opt/rustwide/workdir/inmem) [INFO] [stderr] Compiling sophia_turtle v0.7.2 (/opt/rustwide/workdir/turtle) [INFO] [stderr] Compiling sophia v0.7.2 (/opt/rustwide/workdir/sophia) [INFO] [stderr] Compiling sophia_jsonld v0.7.3 (/opt/rustwide/workdir/jsonld) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.23s [INFO] running `Command { std: "docker" "inspect" "500d86230cb23ab7d91a58a8766a3cfbc9a3fada78aa2810a8e2debd4a65aa3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "500d86230cb23ab7d91a58a8766a3cfbc9a3fada78aa2810a8e2debd4a65aa3c", kill_on_drop: false }` [INFO] [stdout] 500d86230cb23ab7d91a58a8766a3cfbc9a3fada78aa2810a8e2debd4a65aa3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+14accda7ba2c586835d15379a621955d9f047371" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 920df38dcd14f48b73f3e34942ca519ec3347da51fe347c94f20cabc9ecc0191 [INFO] running `Command { std: "docker" "start" "-a" "920df38dcd14f48b73f3e34942ca519ec3347da51fe347c94f20cabc9ecc0191", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling sophia_jsonld v0.7.3 (/opt/rustwide/workdir/jsonld) [INFO] [stderr] Compiling sophia_xml v0.7.2 (/opt/rustwide/workdir/xml) [INFO] [stderr] Compiling sophia_turtle v0.7.2 (/opt/rustwide/workdir/turtle) [INFO] [stderr] Compiling sophia_inmem v0.7.2 (/opt/rustwide/workdir/inmem) [INFO] [stderr] Compiling sophia_indexed v0.7.2 (/opt/rustwide/workdir/indexed) [INFO] [stderr] Compiling sophia_rio v0.7.2 (/opt/rustwide/workdir/rio) [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.11 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling test-case v1.2.3 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling sophia_api v0.7.2 (/opt/rustwide/workdir/api) [INFO] [stderr] Compiling sophia_term v0.7.2 (/opt/rustwide/workdir/term) [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling sophia_iri v0.7.2 (/opt/rustwide/workdir/iri) [INFO] [stderr] Compiling sophia v0.7.2 (/opt/rustwide/workdir/sophia) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 29.87s [INFO] running `Command { std: "docker" "inspect" "920df38dcd14f48b73f3e34942ca519ec3347da51fe347c94f20cabc9ecc0191", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "920df38dcd14f48b73f3e34942ca519ec3347da51fe347c94f20cabc9ecc0191", kill_on_drop: false }` [INFO] [stdout] 920df38dcd14f48b73f3e34942ca519ec3347da51fe347c94f20cabc9ecc0191