[INFO] fetching crate szl-simple-xml 0.1.3... [INFO] testing szl-simple-xml-0.1.3 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate szl-simple-xml 0.1.3 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate szl-simple-xml 0.1.3 [INFO] finished tweaking crates.io crate szl-simple-xml 0.1.3 [INFO] tweaked toml for crates.io crate szl-simple-xml 0.1.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate szl-simple-xml 0.1.3 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0dc8434c67129a3aa76a5012105802d29567dfe6440611866c86262714ee081 [INFO] running `Command { std: "docker" "start" "-a" "a0dc8434c67129a3aa76a5012105802d29567dfe6440611866c86262714ee081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0dc8434c67129a3aa76a5012105802d29567dfe6440611866c86262714ee081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0dc8434c67129a3aa76a5012105802d29567dfe6440611866c86262714ee081", kill_on_drop: false }` [INFO] [stdout] a0dc8434c67129a3aa76a5012105802d29567dfe6440611866c86262714ee081 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 205db6cc405c31e119d6acda9fc2c81c7fb7459fc4e4bbd6fc7aec1358c3652c [INFO] running `Command { std: "docker" "start" "-a" "205db6cc405c31e119d6acda9fc2c81c7fb7459fc4e4bbd6fc7aec1358c3652c", kill_on_drop: false }` [INFO] [stderr] Compiling szl-simple-xml v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:28 [INFO] [stdout] | [INFO] [stdout] 131 | fn load_from_slice(string: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn load_from_slice(string: &str) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "205db6cc405c31e119d6acda9fc2c81c7fb7459fc4e4bbd6fc7aec1358c3652c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "205db6cc405c31e119d6acda9fc2c81c7fb7459fc4e4bbd6fc7aec1358c3652c", kill_on_drop: false }` [INFO] [stdout] 205db6cc405c31e119d6acda9fc2c81c7fb7459fc4e4bbd6fc7aec1358c3652c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e34a6d160001f8a95d2fb67725131875d081f5db5a725f48c5b073d779dab6d [INFO] running `Command { std: "docker" "start" "-a" "7e34a6d160001f8a95d2fb67725131875d081f5db5a725f48c5b073d779dab6d", kill_on_drop: false }` [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:28 [INFO] [stdout] | [INFO] [stdout] 131 | fn load_from_slice(string: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn load_from_slice(string: &str) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling szl-simple-xml v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/parse.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | Err(simple_xml::Error::TagNotFound(a, b)) if a == "note" && b == "missing_tag" => {} [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 3 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 3 + use std::io::Error; [INFO] [stdout] | [INFO] [stdout] 3 + use core::error::Error; [INFO] [stdout] | [INFO] [stdout] = and 3 other candidates [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 18 - Err(simple_xml::Error::TagNotFound(a, b)) if a == "note" && b == "missing_tag" => {} [INFO] [stdout] 18 + Err(Error::TagNotFound(a, b)) if a == "note" && b == "missing_tag" => {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/parse.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | Err(simple_xml::Error::TagNotFound(_, _)) => { [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 3 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 3 + use std::io::Error; [INFO] [stdout] | [INFO] [stdout] 3 + use core::error::Error; [INFO] [stdout] | [INFO] [stdout] = and 3 other candidates [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 19 - Err(simple_xml::Error::TagNotFound(_, _)) => { [INFO] [stdout] 19 + Err(Error::TagNotFound(_, _)) => { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/parse.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | simple_xml::from_file("./examples/note.xml").expect("Failed to parse simple_xml"); [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/parse.rs:38:27 [INFO] [stdout] | [INFO] [stdout] 38 | let _root = match simple_xml::from_file("./examples/cube.dae") { [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/parse.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | simple_xml::from_file("./examples/graph.xml").expect("Failed to parse graph.xml"); [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/gen.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | let mut person = simple_xml::new("person", String::new()); [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/gen.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | person.add_node(simple_xml::new( [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/gen.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | person.add_node(simple_xml::new("address", "Rose Walk 3".to_owned())); [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/gen.rs:35:27 [INFO] [stdout] | [INFO] [stdout] 35 | let mut balance = simple_xml::new("balance", "5".to_owned()); [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/gen.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let mut friends = simple_xml::new("friends", String::new()); [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] --> tests/gen.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn create_person(num_friends: usize, depth: usize) -> simple_xml::Node { [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `simple_xml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `simple_xml`, use `cargo add simple_xml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `szl-simple-xml` (test "gen") due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:28 [INFO] [stdout] | [INFO] [stdout] 131 | fn load_from_slice(string: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn load_from_slice(string: &str) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `szl-simple-xml` (test "parse") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "7e34a6d160001f8a95d2fb67725131875d081f5db5a725f48c5b073d779dab6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e34a6d160001f8a95d2fb67725131875d081f5db5a725f48c5b073d779dab6d", kill_on_drop: false }` [INFO] [stdout] 7e34a6d160001f8a95d2fb67725131875d081f5db5a725f48c5b073d779dab6d