[INFO] fetching crate tour 0.1.0... [INFO] checking tour-0.1.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate tour 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate tour 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate tour 0.1.0 [INFO] tweaked toml for crates.io crate tour 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tour 0.1.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tour 0.1.0 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tour-parser v0.1.0 [INFO] [stderr] Downloaded tour-core v0.1.0 [INFO] [stderr] Downloaded tour-macros v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc543a453219c6bda831216bc7d2143ea1403ee6da2949b21346dc0282f4dc5d [INFO] running `Command { std: "docker" "start" "-a" "fc543a453219c6bda831216bc7d2143ea1403ee6da2949b21346dc0282f4dc5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc543a453219c6bda831216bc7d2143ea1403ee6da2949b21346dc0282f4dc5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc543a453219c6bda831216bc7d2143ea1403ee6da2949b21346dc0282f4dc5d", kill_on_drop: false }` [INFO] [stdout] fc543a453219c6bda831216bc7d2143ea1403ee6da2949b21346dc0282f4dc5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8470861ad8f2d32c9cc409b42da89666f2893d80b4665f7029b7f6030a86cc9 [INFO] running `Command { std: "docker" "start" "-a" "f8470861ad8f2d32c9cc409b42da89666f2893d80b4665f7029b7f6030a86cc9", kill_on_drop: false }` [INFO] [stderr] Compiling tour-core v0.1.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling tour-parser v0.1.0 [INFO] [stderr] Compiling tour-macros v0.1.0 [INFO] [stderr] Checking tour v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/layout/base.html`: No such file or directory (os error 2) [INFO] [stdout] --> tests/layout.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Template)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/import/import.html`: No such file or directory (os error 2) [INFO] [stdout] --> tests/import.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Template)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/import/alias.html`: No such file or directory (os error 2) [INFO] [stdout] --> tests/import.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Template)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/block/block.html`: No such file or directory (os error 2) [INFO] [stdout] --> tests/block.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Template)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/block/block.html`: No such file or directory (os error 2) [INFO] [stdout] --> tests/block.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Template)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/block/block.html`: No such file or directory (os error 2) [INFO] [stdout] --> tests/block.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Template)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/import/block.html`: No such file or directory (os error 2) [INFO] [stdout] --> tests/import.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Template)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render` found for struct `Root` in the current scope [INFO] [stdout] --> tests/block.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 7 | struct Root; [INFO] [stdout] | ----------- method `render` not found for this struct [INFO] [stdout] 8 | [INFO] [stdout] 9 | let p = Root.render().unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `Root` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `render`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render` found for struct `block_comptime::Block` in the current scope [INFO] [stdout] --> tests/block.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 24 | struct Block; [INFO] [stdout] | ------------ method `render` not found for this struct [INFO] [stdout] 25 | [INFO] [stdout] 26 | let p = Block.render().unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `block_comptime::Block` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `render`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render_block` found for struct `block_runtime::Block` in the current scope [INFO] [stdout] --> tests/block.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 34 | struct Block; [INFO] [stdout] | ------------ method `render_block` not found for this struct [INFO] [stdout] 35 | [INFO] [stdout] 36 | let p = Block.render_block("Body").unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `block_runtime::Block` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `render_block`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tour` (test "block") due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `render` found for struct `NestedLayout` in the current scope [INFO] [stdout] --> tests/layout.rs:17:57 [INFO] [stdout] | [INFO] [stdout] 7 | struct NestedLayout { [INFO] [stdout] | ------------------- method `render` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 17 | let layout = NestedLayout { name: "barred".into() }.render().unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `NestedLayout` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `render`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tour` (test "layout") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render` found for struct `import::Import` in the current scope [INFO] [stdout] --> tests/import.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 7 | struct Import; [INFO] [stdout] | ------------- method `render` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 11 | templ.render().unwrap(), [INFO] [stdout] | ^^^^^^ method not found in `import::Import` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `render`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render` found for struct `import_alias::Import` in the current scope [INFO] [stdout] --> tests/import.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 20 | struct Import; [INFO] [stdout] | ------------- method `render` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 24 | templ.render().unwrap(), [INFO] [stdout] | ^^^^^^ method not found in `import_alias::Import` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `render`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `render` found for struct `import_block::Import` in the current scope [INFO] [stdout] --> tests/import.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 33 | struct Import; [INFO] [stdout] | ------------- method `render` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 37 | templ.render().unwrap(), [INFO] [stdout] | ^^^^^^ method not found in `import_block::Import` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `render`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tour` (test "import") due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "f8470861ad8f2d32c9cc409b42da89666f2893d80b4665f7029b7f6030a86cc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8470861ad8f2d32c9cc409b42da89666f2893d80b4665f7029b7f6030a86cc9", kill_on_drop: false }` [INFO] [stdout] f8470861ad8f2d32c9cc409b42da89666f2893d80b4665f7029b7f6030a86cc9