[INFO] fetching crate svgdom 0.18.0... [INFO] checking svgdom-0.18.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate svgdom 0.18.0 into /workspace/builds/worker-90/source [INFO] validating manifest of crates.io crate svgdom 0.18.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate svgdom 0.18.0 [INFO] finished tweaking crates.io crate svgdom 0.18.0 [INFO] tweaked toml for crates.io crate svgdom 0.18.0 written to /workspace/builds/worker-90/source/Cargo.toml [INFO] crate crates.io crate svgdom 0.18.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 533f6a18639a6a27655d62b18fe4f831b65d626db1e8152b962e98aa2b8efc91 [INFO] running `Command { std: "docker" "start" "-a" "533f6a18639a6a27655d62b18fe4f831b65d626db1e8152b962e98aa2b8efc91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "533f6a18639a6a27655d62b18fe4f831b65d626db1e8152b962e98aa2b8efc91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "533f6a18639a6a27655d62b18fe4f831b65d626db1e8152b962e98aa2b8efc91", kill_on_drop: false }` [INFO] [stdout] 533f6a18639a6a27655d62b18fe4f831b65d626db1e8152b962e98aa2b8efc91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca7306063a67b761b21583241244fa8f0ccde1e8fe8858a023229260c995258a [INFO] running `Command { std: "docker" "start" "-a" "ca7306063a67b761b21583241244fa8f0ccde1e8fe8858a023229260c995258a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Checking siphasher v0.2.3 [INFO] [stderr] Checking float-cmp v0.5.0 [INFO] [stderr] Checking xmlparser v0.9.0 [INFO] [stderr] Checking xmlwriter v0.1.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking bencher v0.1.5 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Checking svgtypes v0.5.0 [INFO] [stderr] Checking simplecss v0.2.0 [INFO] [stderr] Checking fern v0.5.8 [INFO] [stderr] Checking roxmltree v0.6.0 [INFO] [stderr] Checking svgdom v0.18.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking time v0.1.42 [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/attributes.rs:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | Some(i) => { mem::replace(&mut self.0[i], attr); } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_buf` found for struct `Document` in the current scope [INFO] [stdout] --> benches/parser.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | doc.write_buf(&mut ouput_data); [INFO] [stdout] | ^^^^^^^^^ method not found in `Document` [INFO] [stdout] ... [INFO] [stdout] 52 | do_write!(write_small, "benches/small.svg"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `do_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_buf` found for struct `Document` in the current scope [INFO] [stdout] --> benches/parser.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | doc.write_buf(&mut ouput_data); [INFO] [stdout] | ^^^^^^^^^ method not found in `Document` [INFO] [stdout] ... [INFO] [stdout] 53 | do_write!(write_medium, "benches/medium.svg"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `do_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_buf` found for struct `Document` in the current scope [INFO] [stdout] --> benches/parser.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | doc.write_buf(&mut ouput_data); [INFO] [stdout] | ^^^^^^^^^ method not found in `Document` [INFO] [stdout] ... [INFO] [stdout] 54 | do_write!(write_large, "benches/large.svg"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `do_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `WriteBuffer` [INFO] [stdout] --> benches/parser.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | use svgdom::{Document, WriteBuffer}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `svgdom` due to 4 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/attributes.rs:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | Some(i) => { mem::replace(&mut self.0[i], attr); } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ca7306063a67b761b21583241244fa8f0ccde1e8fe8858a023229260c995258a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca7306063a67b761b21583241244fa8f0ccde1e8fe8858a023229260c995258a", kill_on_drop: false }` [INFO] [stdout] ca7306063a67b761b21583241244fa8f0ccde1e8fe8858a023229260c995258a