[INFO] cloning repository https://github.com/kldtz/static-site [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kldtz/static-site" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkldtz%2Fstatic-site", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkldtz%2Fstatic-site'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f542126779f6e8b68db0933489ff51609e341b86 [INFO] testing kldtz/static-site against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkldtz%2Fstatic-site" "/workspace/builds/worker-110/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-110/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kldtz/static-site on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kldtz/static-site [INFO] finished tweaking git repo https://github.com/kldtz/static-site [INFO] tweaked toml for git repo https://github.com/kldtz/static-site written to /workspace/builds/worker-110/source/Cargo.toml [INFO] crate git repo https://github.com/kldtz/static-site already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e89ef73deeb80a870312f67b130c7b13b70d0fabaf653d2d3c6f63e41ec0535 [INFO] running `Command { std: "docker" "start" "-a" "7e89ef73deeb80a870312f67b130c7b13b70d0fabaf653d2d3c6f63e41ec0535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e89ef73deeb80a870312f67b130c7b13b70d0fabaf653d2d3c6f63e41ec0535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e89ef73deeb80a870312f67b130c7b13b70d0fabaf653d2d3c6f63e41ec0535", kill_on_drop: false }` [INFO] [stdout] 7e89ef73deeb80a870312f67b130c7b13b70d0fabaf653d2d3c6f63e41ec0535 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] def2be9340f8be629a268cf28cdb34aa2b4040b9adf0760b638af72fb7489202 [INFO] running `Command { std: "docker" "start" "-a" "def2be9340f8be629a268cf28cdb34aa2b4040b9adf0760b638af72fb7489202", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling askama_escape v0.10.2 (https://github.com/djc/askama?branch=main#95317478) [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_yaml v0.8.21 [INFO] [stderr] Compiling askama_shared v0.12.0 (https://github.com/djc/askama?branch=main#95317478) [INFO] [stderr] Compiling askama_derive v0.11.0 (https://github.com/djc/askama?branch=main#95317478) [INFO] [stderr] Compiling askama v0.11.0 (https://github.com/djc/askama?branch=main#95317478) [INFO] [stderr] Compiling page_generator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: template "rss_template.xml" not found in directories ["/opt/rustwide/workdir/private/templates"] [INFO] [stdout] --> src/rss.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[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: template "default.html" not found in directories ["/opt/rustwide/workdir/private/templates"] [INFO] [stdout] --> src/main.rs:67:10 [INFO] [stdout] | [INFO] [stdout] 67 | #[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: template "top.html" not found in directories ["/opt/rustwide/workdir/private/templates"] [INFO] [stdout] --> src/main.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[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 `RssTemplate` in the current scope [INFO] [stdout] --> src/rss.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 15 | struct RssTemplate<'a> { [INFO] [stdout] | ---------------------- method `render` not found for this [INFO] [stdout] ... [INFO] [stdout] 41 | }.render()?; [INFO] [stdout] | ^^^^^^ method not found in `RssTemplate<'_>` [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 `TopTemplate` in the current scope [INFO] [stdout] --> src/main.rs:108:14 [INFO] [stdout] | [INFO] [stdout] 83 | struct TopTemplate<'a> { [INFO] [stdout] | ---------------------- method `render` not found for this [INFO] [stdout] ... [INFO] [stdout] 108 | .render()?, [INFO] [stdout] | ^^^^^^ method not found in `TopTemplate<'_>` [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 `DefaultTemplate` in the current scope [INFO] [stdout] --> src/main.rs:129:6 [INFO] [stdout] | [INFO] [stdout] 69 | struct DefaultTemplate<'a> { [INFO] [stdout] | -------------------------- method `render` not found for this [INFO] [stdout] ... [INFO] [stdout] 129 | .render() [INFO] [stdout] | ^^^^^^ method not found in `DefaultTemplate<'_>` [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: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `page_generator` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "def2be9340f8be629a268cf28cdb34aa2b4040b9adf0760b638af72fb7489202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "def2be9340f8be629a268cf28cdb34aa2b4040b9adf0760b638af72fb7489202", kill_on_drop: false }` [INFO] [stdout] def2be9340f8be629a268cf28cdb34aa2b4040b9adf0760b638af72fb7489202