[INFO] fetching crate html5tokenizer 0.5.2...
[INFO] testing html5tokenizer-0.5.2 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1
[INFO] extracting crate html5tokenizer 0.5.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate html5tokenizer 0.5.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate html5tokenizer 0.5.2
[INFO] tweaked toml for crates.io crate html5tokenizer 0.5.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate html5tokenizer 0.5.2 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate html5tokenizer 0.5.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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c25b13c08ba82bad2f34cc5b6164c93ea19cf8301cb5d0658da6e66ef10b296
[INFO] running `Command { std: "docker" "start" "-a" "8c25b13c08ba82bad2f34cc5b6164c93ea19cf8301cb5d0658da6e66ef10b296", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c25b13c08ba82bad2f34cc5b6164c93ea19cf8301cb5d0658da6e66ef10b296", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c25b13c08ba82bad2f34cc5b6164c93ea19cf8301cb5d0658da6e66ef10b296", kill_on_drop: false }`
[INFO] [stdout] 8c25b13c08ba82bad2f34cc5b6164c93ea19cf8301cb5d0658da6e66ef10b296
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 973ee9603f2c1a2a65dd970d83ef0418e902f49c18e3a8922bf06363130290f0
[INFO] running `Command { std: "docker" "start" "-a" "973ee9603f2c1a2a65dd970d83ef0418e902f49c18e3a8922bf06363130290f0", kill_on_drop: false }`
[INFO] [stderr] Compiling html5tokenizer v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find macro `file_url` in the current scope when looking from the crate root
[INFO] [stdout] --> src/lib.rs:5:45
[INFO] [stdout] |
[INFO] [stdout] 5 | #![doc = concat!("[`examples/spans.rs`]: ", file_url!("examples/spans.rs"))]
[INFO] [stdout] | ^^^^^^^^ not found from the crate root
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #124535
[INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] = note: `#[deny(out_of_scope_macro_calls)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `file_url` in the current scope when looking from the crate root
[INFO] [stdout] --> src/lib.rs:6:35
[INFO] [stdout] |
[INFO] [stdout] 6 | #![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))]
[INFO] [stdout] | ^^^^^^^^ not found from the crate root
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #124535
[INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `file_url` in the current scope when looking from the crate root
[INFO] [stdout] --> src/lib.rs:7:42
[INFO] [stdout] |
[INFO] [stdout] 7 | #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))]
[INFO] [stdout] | ^^^^^^^^ not found from the crate root
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #124535
[INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `html5tokenizer` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "973ee9603f2c1a2a65dd970d83ef0418e902f49c18e3a8922bf06363130290f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "973ee9603f2c1a2a65dd970d83ef0418e902f49c18e3a8922bf06363130290f0", kill_on_drop: false }`
[INFO] [stdout] 973ee9603f2c1a2a65dd970d83ef0418e902f49c18e3a8922bf06363130290f0