[INFO] fetching crate rossete-rdf 0.1.1...
[INFO] checking rossete-rdf-0.1.1 against 1.95.0 for pr-155915
[INFO] extracting crate rossete-rdf 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate rossete-rdf 0.1.1
[INFO] finished tweaking crates.io crate rossete-rdf 0.1.1
[INFO] tweaked toml for crates.io crate rossete-rdf 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rossete-rdf 0.1.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rossete-rdf 0.1.1 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded peresil v0.3.0
[INFO] [stderr]   Downloaded sxd-document v0.3.2
[INFO] [stderr]   Downloaded serde_derive v1.0.132
[INFO] [stderr]   Downloaded sxd-xpath v0.4.2
[INFO] [stderr]   Downloaded serde_json v1.0.74
[INFO] [stderr]   Downloaded serde v1.0.132
[INFO] [stderr]   Downloaded jsonpath_lib v0.3.0
[INFO] [stderr]   Downloaded encoding_rs v0.8.29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9743da830e92d8e105275b4907f6f43c51a61eda2904e583c5c1c2f1bf391b44
[INFO] running `Command { std: "docker" "start" "-a" "9743da830e92d8e105275b4907f6f43c51a61eda2904e583c5c1c2f1bf391b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9743da830e92d8e105275b4907f6f43c51a61eda2904e583c5c1c2f1bf391b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9743da830e92d8e105275b4907f6f43c51a61eda2904e583c5c1c2f1bf391b44", kill_on_drop: false }`
[INFO] [stdout] 9743da830e92d8e105275b4907f6f43c51a61eda2904e583c5c1c2f1bf391b44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0117ba7ff613e3d57cb8e144f421682a5774e35888d4ffb963e74547ed44db5
[INFO] running `Command { std: "docker" "start" "-a" "b0117ba7ff613e3d57cb8e144f421682a5774e35888d4ffb963e74547ed44db5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]     Checking once_cell v1.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.132
[INFO] [stderr]    Compiling serde v1.0.132
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.23.2
[INFO] [stderr]    Compiling encoding_rs v0.8.29
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]     Checking peresil v0.3.0
[INFO] [stderr]     Checking typed-arena v1.7.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking sxd-document v0.3.2
[INFO] [stderr]     Checking getrandom v0.2.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking sxd-xpath v0.4.2
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking hashlink v0.7.0
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking jsonpath_lib v0.3.0
[INFO] [stderr]     Checking rusqlite v0.26.3
[INFO] [stderr]     Checking rossete-rdf v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:414:22
[INFO] [stdout]     |
[INFO] [stdout] 414 |     for c in elem_uri.clone().chars(){
[INFO] [stdout]     |                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:414:22
[INFO] [stdout]     |
[INFO] [stdout] 414 |     for c in elem_uri.clone().chars(){
[INFO] [stdout]     |                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.21s
[INFO] running `Command { std: "docker" "inspect" "b0117ba7ff613e3d57cb8e144f421682a5774e35888d4ffb963e74547ed44db5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0117ba7ff613e3d57cb8e144f421682a5774e35888d4ffb963e74547ed44db5", kill_on_drop: false }`
[INFO] [stdout] b0117ba7ff613e3d57cb8e144f421682a5774e35888d4ffb963e74547ed44db5
