[INFO] fetching crate libimagentrymarkdown 0.10.1...
[INFO] testing libimagentrymarkdown-0.10.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate libimagentrymarkdown 0.10.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate libimagentrymarkdown 0.10.1
[INFO] finished tweaking crates.io crate libimagentrymarkdown 0.10.1
[INFO] tweaked toml for crates.io crate libimagentrymarkdown 0.10.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libimagentrymarkdown 0.10.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 173 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.7.1 (available: v0.11.8)
[INFO] [stderr]       Adding sha-1 v0.8.2 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab0a820516bdda322146dccb9639bb91cf8242436a580749472a9c0c15f4e958
[INFO] running `Command { std: "docker" "start" "-a" "ab0a820516bdda322146dccb9639bb91cf8242436a580749472a9c0c15f4e958", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab0a820516bdda322146dccb9639bb91cf8242436a580749472a9c0c15f4e958", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab0a820516bdda322146dccb9639bb91cf8242436a580749472a9c0c15f4e958", kill_on_drop: false }`
[INFO] [stdout] ab0a820516bdda322146dccb9639bb91cf8242436a580749472a9c0c15f4e958
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b20731312e029ab1861c467c5b0954bad13ddbd330a49456ea74813c61b4fae3
[INFO] running `Command { std: "docker" "start" "-a" "b20731312e029ab1861c467c5b0954bad13ddbd330a49456ea74813c61b4fae3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling is-match v0.1.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling block-padding v0.1.5
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling termios v0.3.3
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling interactor v0.1.3
[INFO] [stderr]    Compiling sha-1 v0.8.2
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling filters v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling xdg-basedir v1.0.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling hashbrown v0.5.0
[INFO] [stderr]    Compiling bitflags v0.5.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling hoedown v6.0.0
[INFO] [stderr]    Compiling libimagutil v0.10.1
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling darling_core v0.8.6
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling handlebars v2.0.4
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling darling_macro v0.8.6
[INFO] [stderr]    Compiling libimagerror v0.10.1
[INFO] [stderr]    Compiling darling v0.8.6
[INFO] [stderr]    Compiling toml-query_derive v0.9.2
[INFO] [stderr]    Compiling toml-query v0.9.2
[INFO] [stderr]    Compiling libimagstore v0.10.1
[INFO] [stderr]    Compiling libimaginteraction v0.10.1
[INFO] [stderr]    Compiling libimagentrylink v0.10.1
[INFO] [stderr]    Compiling libimagentryutil v0.10.1
[INFO] [stderr]    Compiling libimagrt v0.10.1
[INFO] [stderr]    Compiling libimagentryurl v0.10.1
[INFO] [stderr]    Compiling libimagentryref v0.10.1
[INFO] [stderr]    Compiling libimagentrymarkdown v0.10.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: named argument `path` is not used by name
[INFO] [stdout]    --> src/processor.rs:203:28
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     trace!("Processing ref: {:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stdout]     |                                             ---- this formatting argument uses named argument `path` by position
[INFO] [stdout] 203 |                            path                = path.display(),
[INFO] [stdout]     |                            ^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] help: use the named argument by name to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     trace!("Processing ref: {path:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.92s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "b20731312e029ab1861c467c5b0954bad13ddbd330a49456ea74813c61b4fae3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b20731312e029ab1861c467c5b0954bad13ddbd330a49456ea74813c61b4fae3", kill_on_drop: false }`
[INFO] [stdout] b20731312e029ab1861c467c5b0954bad13ddbd330a49456ea74813c61b4fae3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8693b3d366de81aa65304dd0785a11add6d404e8643bc457e4fc9c23cb3dd91b
[INFO] running `Command { std: "docker" "start" "-a" "8693b3d366de81aa65304dd0785a11add6d404e8643bc457e4fc9c23cb3dd91b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: named argument `path` is not used by name
[INFO] [stdout]    --> src/processor.rs:203:28
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     trace!("Processing ref: {:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stdout]     |                                             ---- this formatting argument uses named argument `path` by position
[INFO] [stdout] 203 |                            path                = path.display(),
[INFO] [stdout]     |                            ^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] help: use the named argument by name to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     trace!("Processing ref: {path:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libimagentrymarkdown v0.10.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: named argument `path` is not used by name
[INFO] [stdout]    --> src/processor.rs:203:28
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     trace!("Processing ref: {:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stdout]     |                                             ---- this formatting argument uses named argument `path` by position
[INFO] [stdout] 203 |                            path                = path.display(),
[INFO] [stdout]     |                            ^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] help: use the named argument by name to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     trace!("Processing ref: {path:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.38s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "8693b3d366de81aa65304dd0785a11add6d404e8643bc457e4fc9c23cb3dd91b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8693b3d366de81aa65304dd0785a11add6d404e8643bc457e4fc9c23cb3dd91b", kill_on_drop: false }`
[INFO] [stdout] 8693b3d366de81aa65304dd0785a11add6d404e8643bc457e4fc9c23cb3dd91b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5fe319d91fc992e82342bfb8cc00d6c3e39caf49b0c3ab70fe96de42b698724f
[INFO] running `Command { std: "docker" "start" "-a" "5fe319d91fc992e82342bfb8cc00d6c3e39caf49b0c3ab70fe96de42b698724f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: named argument `path` is not used by name
[INFO] [stderr]    --> src/processor.rs:203:28
[INFO] [stderr]     |
[INFO] [stderr] 202 |                     trace!("Processing ref: {:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stderr]     |                                             ---- this formatting argument uses named argument `path` by position
[INFO] [stderr] 203 |                            path                = path.display(),
[INFO] [stderr]     |                            ^^^^ this named argument is referred to by position in formatting string
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stderr] help: use the named argument by name to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 202 |                     trace!("Processing ref: {path:?} -> {path}, collection: {ref_collection_name}, cfg: {cfg:?}",
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `libimagentrymarkdown` (lib) generated 1 warning
[INFO] [stderr] warning: `libimagentrymarkdown` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libimagentrymarkdown-5a895f5bb0d0fa83)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test link::test::test_one_link ... ok
[INFO] [stdout] test link::test::test_two_links ... ok
[INFO] [stdout] test link::test::test_two_similar_links ... ok
[INFO] [stdout] test processor::tests::test_process_one_existing_file_linked_faulty ... ok
[INFO] [stdout] test processor::tests::test_process_no_links ... ok
[INFO] [stdout] test processor::tests::test_process_refs_with_ref_processing_switched_off ... ok
[INFO] [stdout] test processor::tests::test_process_one_ref ... ok
[INFO] [stdout] test processor::tests::test_process_one_existing_file_linked ... ok
[INFO] [stdout] test processor::tests::test_process_one_existing_file_linked_with_processing_switched_off ... ok
[INFO] [stdout] test processor::tests::test_process_one_url ... ok
[INFO] [stdout] test processor::tests::test_process_two_refs ... ok
[INFO] [stdout] test processor::tests::test_process_one_nonexisting_file_linked ... ok
[INFO] [stdout] test processor::tests::test_process_external_link_with_external_link_processing_switched_off ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests libimagentrymarkdown
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5fe319d91fc992e82342bfb8cc00d6c3e39caf49b0c3ab70fe96de42b698724f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fe319d91fc992e82342bfb8cc00d6c3e39caf49b0c3ab70fe96de42b698724f", kill_on_drop: false }`
[INFO] [stdout] 5fe319d91fc992e82342bfb8cc00d6c3e39caf49b0c3ab70fe96de42b698724f
