[INFO] fetching crate vadeen_osm 0.4.2... [INFO] testing vadeen_osm-0.4.2 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate vadeen_osm 0.4.2 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate vadeen_osm 0.4.2 [INFO] finished tweaking crates.io crate vadeen_osm 0.4.2 [INFO] tweaked toml for crates.io crate vadeen_osm 0.4.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vadeen_osm 0.4.2 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate vadeen_osm 0.4.2 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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.2.81 [INFO] [stderr] Downloaded quick-xml v0.20.0 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a48b3b96cb2f79317de9590eaa509209cb68de2ecfa8a660ab419db06e16f80a [INFO] running `Command { std: "docker" "start" "-a" "a48b3b96cb2f79317de9590eaa509209cb68de2ecfa8a660ab419db06e16f80a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a48b3b96cb2f79317de9590eaa509209cb68de2ecfa8a660ab419db06e16f80a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a48b3b96cb2f79317de9590eaa509209cb68de2ecfa8a660ab419db06e16f80a", kill_on_drop: false }` [INFO] [stdout] a48b3b96cb2f79317de9590eaa509209cb68de2ecfa8a660ab419db06e16f80a [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 517b9b331a99c475e67aaceb067fdc0714c46a9e489b96898c8ab8f7f60e0f62 [INFO] running `Command { std: "docker" "start" "-a" "517b9b331a99c475e67aaceb067fdc0714c46a9e489b96898c8ab8f7f60e0f62", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling quick-xml v0.20.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling vadeen_osm v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/osm_io/xml/reader.rs:200:29 [INFO] [stdout] | [INFO] [stdout] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result> { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden 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] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.20.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "517b9b331a99c475e67aaceb067fdc0714c46a9e489b96898c8ab8f7f60e0f62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "517b9b331a99c475e67aaceb067fdc0714c46a9e489b96898c8ab8f7f60e0f62", kill_on_drop: false }` [INFO] [stdout] 517b9b331a99c475e67aaceb067fdc0714c46a9e489b96898c8ab8f7f60e0f62 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c21d03110f6a818a0218537c95fef59c056962c3a0333b7a01edd580286a2216 [INFO] running `Command { std: "docker" "start" "-a" "c21d03110f6a818a0218537c95fef59c056962c3a0333b7a01edd580286a2216", kill_on_drop: false }` [INFO] [stderr] Compiling vadeen_osm v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/osm_io/xml/reader.rs:200:29 [INFO] [stdout] | [INFO] [stdout] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result> { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden 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] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/osm_io/xml/reader.rs:200:29 [INFO] [stdout] | [INFO] [stdout] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result> { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden 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] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.37s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.20.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "c21d03110f6a818a0218537c95fef59c056962c3a0333b7a01edd580286a2216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c21d03110f6a818a0218537c95fef59c056962c3a0333b7a01edd580286a2216", kill_on_drop: false }` [INFO] [stdout] c21d03110f6a818a0218537c95fef59c056962c3a0333b7a01edd580286a2216 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f3bc287c8bb7308f1dff0bba6b01aebe00b1fa882db412e1c59a37831adc6036 [INFO] running `Command { std: "docker" "start" "-a" "f3bc287c8bb7308f1dff0bba6b01aebe00b1fa882db412e1c59a37831adc6036", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/osm_io/xml/reader.rs:200:29 [INFO] [stderr] | [INFO] [stderr] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result> { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 200 | fn read_element_content(&mut self, mut buf: &mut Vec) -> Result>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `vadeen_osm` (lib) generated 1 warning (run `cargo fix --lib -p vadeen_osm` to apply 1 suggestion) [INFO] [stderr] warning: `vadeen_osm` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.20.0 [INFO] [stdout] running 56 tests [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vadeen_osm-500c6486da1536a3) [INFO] [stdout] test osm_io::o5m::reader::test::invalid_relation_member_string ... ok [INFO] [stdout] test osm_io::o5m::reader::test::read_node ... ok [INFO] [stdout] test osm_io::o5m::reader::test::read_relation ... ok [INFO] [stdout] test osm_io::o5m::reader::test::unexpected_eof ... ok [INFO] [stdout] test osm_io::o5m::reader::test::invalid_string_reference ... ok [INFO] [stdout] test osm_io::o5m::test::string_references ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::max_one_byte_uvarint ... ok [INFO] [stdout] test osm_io::o5m::reader::test::read_way ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::one_byte_negative_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::read_four_byte_positive_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::read_one_byte_positive_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::too_many_bytes ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::read_two_bytes_uvarint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::three_byte_uvarint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_from_bytes::two_byte_negative_varint ... ok [INFO] [stdout] test osm_io::o5m::reader::test::never_ending_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::max_one_byte_uvarint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::one_byte_negative_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::one_byte_positive_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::one_byte_uvarint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::three_byte_uvarint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::two_byte_negative_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::two_byte_positive_varint ... ok [INFO] [stdout] test osm_io::o5m::varint::test_to_bytes::two_byte_uvarint ... ok [INFO] [stdout] test osm_io::o5m::writer::tests::coordinate_delta ... ok [INFO] [stdout] test osm_io::o5m::writer::tests::relation_bytes ... ok [INFO] [stdout] test osm_io::o5m::writer::tests::string_pair_bytes ... ok [INFO] [stdout] test osm_io::o5m::writer::tests::write_way ... ok [INFO] [stdout] test osm_io::tests::file_format_from_path ... ok [INFO] [stdout] test osm_io::tests::file_format_from_str ... ok [INFO] [stdout] test osm_io::tests::file_format_from_string ... ok [INFO] [stdout] test osm_io::tests::read_invalid_format ... ok [INFO] [stdout] test osm_io::o5m::reader::test::invalid_relation_member_type ... ok [INFO] [stdout] test osm_io::o5m::writer::tests::string_references ... ok [INFO] [stdout] test osm_io::o5m::writer::tests::write_node ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_boundary ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_node ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_node_missing_required_attributes ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_relation ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_relation_invalid_required_attributes ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_relation_long_type_name ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_node_with_tags ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_relation_missing_required_attributes ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_way ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_way_invalid_required_attributes ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_way_missing_required_attributes ... ok [INFO] [stdout] test osm_io::xml::writer::tests::write_bounds ... ok [INFO] [stdout] test osm_io::xml::writer::tests::write_end ... ok [INFO] [stdout] test osm_io::xml::writer::tests::write_node ... ok [INFO] [stdout] test osm_io::xml::writer::tests::write_node_with_tags ... ok [INFO] [stdout] test osm_io::xml::reader::tests::read_node_invalid_required_attributes ... ok [INFO] [stdout] test osm_io::xml::writer::tests::write_relation ... ok [INFO] [stdout] test osm_io::xml::writer::tests::write_start ... ok [INFO] [stdout] test osm_io::xml::writer::tests::write_way ... ok [INFO] [stdout] test tests::osm_add_node ... ok [INFO] [stdout] test osm_io::xml::test::quick_xml_error ... ok [INFO] [stderr] Running tests/o5m_io.rs (/opt/rustwide/target/debug/deps/o5m_io-f27e08343b4cc32c) [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test write_o5m_file ... ok [INFO] [stdout] test read_o5m_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/xml_io.rs (/opt/rustwide/target/debug/deps/xml_io-c6552f532a59f05f) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test read_write_osm_file ... ok [INFO] [stdout] test read_osm_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests vadeen_osm [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/osm_io.rs - osm_io (line 12) - compile ... ok [INFO] [stdout] test src/osm_io.rs - osm_io::read (line 113) - compile ... ok [INFO] [stdout] test src/osm_io.rs - osm_io::write (line 136) - compile ... ok [INFO] [stdout] test src/osm_io.rs - osm_io::create_writer (line 196) - compile ... ok [INFO] [stdout] test src/osm_io.rs - osm_io::create_reader (line 162) - compile ... ok [INFO] [stdout] test src/osm_io.rs - osm_io (line 23) - compile ... ok [INFO] [stdout] test src/geo.rs - geo::Coordinate (line 14) ... ok [INFO] [stdout] test src/osm_io.rs - osm_io::FileFormat (line 82) ... ok [INFO] [stdout] test src/geo.rs - geo::Boundary (line 40) ... ok [INFO] [stdout] test src/lib.rs - OsmBuilder (line 36) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f3bc287c8bb7308f1dff0bba6b01aebe00b1fa882db412e1c59a37831adc6036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3bc287c8bb7308f1dff0bba6b01aebe00b1fa882db412e1c59a37831adc6036", kill_on_drop: false }` [INFO] [stdout] f3bc287c8bb7308f1dff0bba6b01aebe00b1fa882db412e1c59a37831adc6036