[INFO] fetching crate lsiotemplate 0.1.6... [INFO] checking lsiotemplate-0.1.6 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate lsiotemplate 0.1.6 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate lsiotemplate 0.1.6 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lsiotemplate 0.1.6 [INFO] finished tweaking crates.io crate lsiotemplate 0.1.6 [INFO] tweaked toml for crates.io crate lsiotemplate 0.1.6 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 75b2ae475f239fa606332fbd2e5584e18ad1a1485f3df28f12b33837e8fc09c7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "75b2ae475f239fa606332fbd2e5584e18ad1a1485f3df28f12b33837e8fc09c7"` [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking handlebars v0.32.4 [INFO] [stderr] Checking rpassword v0.2.3 [INFO] [stderr] Checking lsio v0.1.18 [INFO] [stderr] Checking lsiotemplate v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | / /// JSON - Handlebars uses JSON data to populate templates so all input must be converted [INFO] [stderr] 48 | | /// to JSON if it's not already JSON. [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] 49 | / Commands::json => { [INFO] [stderr] 50 | | let result = json(matches, client); [INFO] [stderr] 51 | | }, [INFO] [stderr] | |_________- rustdoc does not generate documentation for match arms [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | / /// YAML - Is a human readable JSON so to speak. It's great for storing base data that [INFO] [stderr] 53 | | /// feeds JSON based systems as long as you can convert it to JSON. [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] 54 | / Commands::yaml => { [INFO] [stderr] 55 | | let result = yaml(matches, client); [INFO] [stderr] 56 | | }, [INFO] [stderr] | |_________- rustdoc does not generate documentation for match arms [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | / /// INI - This is an older style configuration format but it's important to include it [INFO] [stderr] 58 | | /// since a lot of systems still use it. INI has sections which can include `.` etc and [INFO] [stderr] 59 | | /// keys that can have ` `. However, these things can cause issues with Handlebars so [INFO] [stderr] 60 | | /// there are two special BTreeMaps optionally added to the output and they begin with `_`. [INFO] [stderr] ... | [INFO] [stderr] 67 | | /// If the key or section name does not contain an `.` or ` ` then it's skipped and if [INFO] [stderr] 68 | | /// there are no modifications then the BTreeMaps are not added. [INFO] [stderr] | |________________________________________________________________________^ [INFO] [stderr] 69 | / Commands::ini => { [INFO] [stderr] 70 | | let result = ini(matches, client); [INFO] [stderr] 71 | | }, [INFO] [stderr] | |_________- rustdoc does not generate documentation for match arms [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | / /// JSON - Handlebars uses JSON data to populate templates so all input must be converted [INFO] [stderr] 48 | | /// to JSON if it's not already JSON. [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] 49 | / Commands::json => { [INFO] [stderr] 50 | | let result = json(matches, client); [INFO] [stderr] 51 | | }, [INFO] [stderr] | |_________- rustdoc does not generate documentation for match arms [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | / /// YAML - Is a human readable JSON so to speak. It's great for storing base data that [INFO] [stderr] 53 | | /// feeds JSON based systems as long as you can convert it to JSON. [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] 54 | / Commands::yaml => { [INFO] [stderr] 55 | | let result = yaml(matches, client); [INFO] [stderr] 56 | | }, [INFO] [stderr] | |_________- rustdoc does not generate documentation for match arms [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | / /// INI - This is an older style configuration format but it's important to include it [INFO] [stderr] 58 | | /// since a lot of systems still use it. INI has sections which can include `.` etc and [INFO] [stderr] 59 | | /// keys that can have ` `. However, these things can cause issues with Handlebars so [INFO] [stderr] 60 | | /// there are two special BTreeMaps optionally added to the output and they begin with `_`. [INFO] [stderr] ... | [INFO] [stderr] 67 | | /// If the key or section name does not contain an `.` or ` ` then it's skipped and if [INFO] [stderr] 68 | | /// there are no modifications then the BTreeMaps are not added. [INFO] [stderr] | |________________________________________________________________________^ [INFO] [stderr] 69 | / Commands::ini => { [INFO] [stderr] 70 | | let result = ini(matches, client); [INFO] [stderr] 71 | | }, [INFO] [stderr] | |_________- rustdoc does not generate documentation for match arms [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/commands.rs:246:13 [INFO] [stderr] | [INFO] [stderr] 246 | try!(data_file.read_to_string(&mut data_str)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:139:11 [INFO] [stderr] | [INFO] [stderr] 139 | match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/commands.rs:246:13 [INFO] [stderr] | [INFO] [stderr] 246 | try!(data_file.read_to_string(&mut data_str)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:139:11 [INFO] [stderr] | [INFO] [stderr] 139 | match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rustc_serialize::json::Json: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:273:35 [INFO] [stderr] | [INFO] [stderr] 273 | let mut data = Context::wraps(&data_obj); [INFO] [stderr] | ^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `rustc_serialize::json::Json` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/handlebars-0.32.4/src/context.rs:124:21 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn wraps(e: &T) -> Result { [INFO] [stderr] | --------- required by this bound in `handlebars::Context::wraps` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'handlebars::Handlebars::template_renderw2': Please use render_template_source_to_write instead. [INFO] [stderr] --> src/commands.rs:295:37 [INFO] [stderr] | [INFO] [stderr] 295 | match client.handlebars.template_renderw2(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::Context: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:295:70 [INFO] [stderr] | [INFO] [stderr] 295 | match client.handlebars.template_renderw2(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::Context` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::RenderError: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:295:70 [INFO] [stderr] | [INFO] [stderr] 295 | match client.handlebars.template_renderw2(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::RenderError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'handlebars::Handlebars::template_renderw': Please use render_template_to_write instead. [INFO] [stderr] --> src/commands.rs:306:37 [INFO] [stderr] | [INFO] [stderr] 306 | match client.handlebars.template_renderw(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::Context: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:306:69 [INFO] [stderr] | [INFO] [stderr] 306 | match client.handlebars.template_renderw(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::Context` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::RenderError: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:306:69 [INFO] [stderr] | [INFO] [stderr] 306 | match client.handlebars.template_renderw(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::RenderError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the trait bound `rustc_serialize::json::Json: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:273:35 [INFO] [stderr] | [INFO] [stderr] 273 | let mut data = Context::wraps(&data_obj); [INFO] [stderr] | ^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `rustc_serialize::json::Json` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/handlebars-0.32.4/src/context.rs:124:21 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn wraps(e: &T) -> Result { [INFO] [stderr] | --------- required by this bound in `handlebars::Context::wraps` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'handlebars::Handlebars::template_renderw2': Please use render_template_source_to_write instead. [INFO] [stderr] --> src/commands.rs:295:37 [INFO] [stderr] | [INFO] [stderr] 295 | match client.handlebars.template_renderw2(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::Context: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:295:70 [INFO] [stderr] | [INFO] [stderr] 295 | match client.handlebars.template_renderw2(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::Context` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::RenderError: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:295:70 [INFO] [stderr] | [INFO] [stderr] 295 | match client.handlebars.template_renderw2(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::RenderError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'handlebars::Handlebars::template_renderw': Please use render_template_to_write instead. [INFO] [stderr] --> src/commands.rs:306:37 [INFO] [stderr] | [INFO] [stderr] 306 | match client.handlebars.template_renderw(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::Context: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:306:69 [INFO] [stderr] | [INFO] [stderr] 306 | match client.handlebars.template_renderw(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::Context` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `handlebars::RenderError: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> src/commands.rs:306:69 [INFO] [stderr] | [INFO] [stderr] 306 | match client.handlebars.template_renderw(&mut template, &data, &mut output) { [INFO] [stderr] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `handlebars::RenderError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `std::result::Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `lsiotemplate`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lsiotemplate`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "75b2ae475f239fa606332fbd2e5584e18ad1a1485f3df28f12b33837e8fc09c7"` [INFO] running `"docker" "rm" "-f" "75b2ae475f239fa606332fbd2e5584e18ad1a1485f3df28f12b33837e8fc09c7"` [INFO] [stdout] 75b2ae475f239fa606332fbd2e5584e18ad1a1485f3df28f12b33837e8fc09c7