[INFO] updating cached repository https://github.com/zhnxin/text4kindlegen
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 057c9e033371bd09a45d99b8b1ddbab33cb93a31
[INFO] checking zhnxin/text4kindlegen against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhnxin%2Ftext4kindlegen" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/zhnxin/text4kindlegen on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/zhnxin/text4kindlegen
[INFO] finished tweaking git repo https://github.com/zhnxin/text4kindlegen
[INFO] tweaked toml for git repo https://github.com/zhnxin/text4kindlegen written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/zhnxin/text4kindlegen already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ddb0cecb010ac33abf2f8f2f98e8d3745505200fc440435abda11d4dcfba1401
[INFO] running `"docker" "start" "-a" "ddb0cecb010ac33abf2f8f2f98e8d3745505200fc440435abda11d4dcfba1401"`
[INFO] [stderr]    Compiling syn v0.15.42
[INFO] [stderr]    Compiling ucd-trie v0.1.2
[INFO] [stderr]    Compiling rust-embed-utils v5.0.0
[INFO] [stderr]     Checking encodingbufreader v0.1.1
[INFO] [stderr]    Compiling rust-embed-impl v5.1.0
[INFO] [stderr]     Checking pest v2.1.1
[INFO] [stderr]     Checking rust-embed v5.1.0
[INFO] [stderr]    Compiling pest_meta v2.1.1
[INFO] [stderr]    Compiling pest_generator v2.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.97
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking serde v1.0.97
[INFO] [stderr]     Checking hashbrown v0.5.0
[INFO] [stderr]     Checking serde_json v1.0.40
[INFO] [stderr]     Checking toml v0.5.1
[INFO] [stderr]     Checking handlebars v2.0.1
[INFO] [stderr]     Checking txt4k v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: proc-macro derive panicked
[INFO] [stderr]  --> src/main.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[derive(RustEmbed)]
[INFO] [stderr]   |          ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: #[derive(RustEmbed)] folder 'templates/' does not exist. cwd: '/opt/rustwide/workdir'
[INFO] [stderr] 
[INFO] [stderr] error: proc-macro derive panicked
[INFO] [stderr]  --> src/main.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[derive(RustEmbed)]
[INFO] [stderr]   |          ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: #[derive(RustEmbed)] folder 'templates/' does not exist. cwd: '/opt/rustwide/workdir'
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:44:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 44 |         std::str::from_utf8(Templates::get("book.opf").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:44:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 44 |         std::str::from_utf8(Templates::get("book.opf").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:48:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 48 |         std::str::from_utf8(Templates::get("index.html").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:48:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 48 |         std::str::from_utf8(Templates::get("index.html").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:52:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 52 |         std::str::from_utf8(Templates::get("toc.ncx").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:56:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 56 |         std::str::from_utf8(Templates::get("toc.xhtml").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:52:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 52 |         std::str::from_utf8(Templates::get("toc.ncx").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get` found for struct `Templates` in the current scope
[INFO] [stderr]   --> src/main.rs:56:40
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Templates;
[INFO] [stderr]    | ----------------- function or associated item `get` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 56 |         std::str::from_utf8(Templates::get("toc.xhtml").unwrap().as_ref())?,
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `Templates`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `core::panic::BoxMeUp`
[INFO] [stderr]            candidate #2: `std::slice::SliceIndex`
[INFO] [stderr]            candidate #3: `rust_embed::RustEmbed`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `txt4k`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `txt4k`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ddb0cecb010ac33abf2f8f2f98e8d3745505200fc440435abda11d4dcfba1401"`
[INFO] running `"docker" "rm" "-f" "ddb0cecb010ac33abf2f8f2f98e8d3745505200fc440435abda11d4dcfba1401"`
[INFO] [stdout] ddb0cecb010ac33abf2f8f2f98e8d3745505200fc440435abda11d4dcfba1401
