[INFO] updating cached repository https://github.com/rogerwilcos/rogerwilcos.github.io [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] 47d8d42df319b0d441efda828fe0b88f53aa9ddc [INFO] checking rogerwilcos/rogerwilcos.github.io against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogerwilcos%2Frogerwilcos.github.io" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rogerwilcos/rogerwilcos.github.io on toolchain e922e6444795ab795fab1943288aee3d543699b8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rogerwilcos/rogerwilcos.github.io [INFO] finished tweaking git repo https://github.com/rogerwilcos/rogerwilcos.github.io [INFO] tweaked toml for git repo https://github.com/rogerwilcos/rogerwilcos.github.io written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/rogerwilcos/rogerwilcos.github.io already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+e922e6444795ab795fab1943288aee3d543699b8" "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] 80953cd7971e1dd586361f44d826be45810d2569b6b70f7947beede359ee3aab [INFO] running `"docker" "start" "-a" "80953cd7971e1dd586361f44d826be45810d2569b6b70f7947beede359ee3aab"` [INFO] [stderr] Compiling serde v1.0.65 [INFO] [stderr] Compiling stdweb v0.4.6 [INFO] [stderr] Checking discard v1.0.3 [INFO] [stderr] Compiling proc-macro2 v0.4.4 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Checking rmp v0.8.7 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling syn v0.14.1 [INFO] [stderr] Compiling serde_derive v1.0.65 [INFO] [stderr] Checking serde_json v1.0.19 [INFO] [stderr] Checking rmp-serde v0.13.7 [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Checking serde_cbor v0.8.2 [INFO] [stderr] Checking serde_yaml v0.7.4 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] error[E0271]: type mismatch resolving `>::Error == webcore::number::ConversionError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:632:46 [INFO] [stderr] | [INFO] [stderr] 632 | Ok( Value::Number( value.try_into()? ) ) [INFO] [stderr] | ^^^^^^^^ expected `!`, found enum `webcore::number::ConversionError` [INFO] [stderr] ... [INFO] [stderr] 639 | impl_try_from_number!( i64 u64 usize ); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected type `!` [INFO] [stderr] found enum `webcore::number::ConversionError` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::number::Number: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:632:40 [INFO] [stderr] | [INFO] [stderr] 632 | Ok( Value::Number( value.try_into()? ) ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::number::Number` [INFO] [stderr] ... [INFO] [stderr] 639 | impl_try_from_number!( i64 u64 usize ); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `i64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::number::Number` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `i64` [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `>::Error == webcore::number::ConversionError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:632:46 [INFO] [stderr] | [INFO] [stderr] 632 | Ok( Value::Number( value.try_into()? ) ) [INFO] [stderr] | ^^^^^^^^ expected `!`, found enum `webcore::number::ConversionError` [INFO] [stderr] ... [INFO] [stderr] 639 | impl_try_from_number!( i64 u64 usize ); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected type `!` [INFO] [stderr] found enum `webcore::number::ConversionError` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::number::Number: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:632:40 [INFO] [stderr] | [INFO] [stderr] 632 | Ok( Value::Number( value.try_into()? ) ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::number::Number` [INFO] [stderr] ... [INFO] [stderr] 639 | impl_try_from_number!( i64 u64 usize ); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::number::Number` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u64` [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `>::Error == webcore::number::ConversionError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:632:46 [INFO] [stderr] | [INFO] [stderr] 632 | Ok( Value::Number( value.try_into()? ) ) [INFO] [stderr] | ^^^^^^^^ expected `!`, found enum `webcore::number::ConversionError` [INFO] [stderr] ... [INFO] [stderr] 639 | impl_try_from_number!( i64 u64 usize ); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected type `!` [INFO] [stderr] found enum `webcore::number::ConversionError` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::number::Number: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webcore/value.rs:632:40 [INFO] [stderr] | [INFO] [stderr] 632 | Ok( Value::Number( value.try_into()? ) ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::number::Number` [INFO] [stderr] ... [INFO] [stderr] 639 | impl_try_from_number!( i64 u64 usize ); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `usize` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::number::Number` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `usize` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::value::Value: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/webapi/array_buffer.rs:21:36 [INFO] [stderr] | [INFO] [stderr] 21 | let length: Value = length.try_into().unwrap(); [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::value::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 52 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u64` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::number::Number: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:120:23 [INFO] [stderr] | [INFO] [stderr] 120 | value.try_into().map_err( E::custom ) [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::number::Number` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `i64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::number::Number` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `i64` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::number::Number: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:136:23 [INFO] [stderr] | [INFO] [stderr] 136 | value.try_into().map_err( E::custom ) [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::number::Number` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::number::Number` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u64` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::value::Value: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:215:23 [INFO] [stderr] | [INFO] [stderr] 215 | value.try_into().map_err( E::custom ) [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::value::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 52 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `i64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `i64` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::value::Value: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:231:23 [INFO] [stderr] | [INFO] [stderr] 231 | value.try_into().map_err( E::custom ) [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::value::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 52 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u64` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `ecosystem::serde::ConversionError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:418:29 [INFO] [stderr] | [INFO] [stderr] 418 | Ok( value.try_into()? ) [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `ecosystem::serde::ConversionError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::value::Value: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:418:13 [INFO] [stderr] | [INFO] [stderr] 418 | Ok( value.try_into()? ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::value::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 52 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `i64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `i64` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `ecosystem::serde::ConversionError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:434:29 [INFO] [stderr] | [INFO] [stderr] 434 | Ok( value.try_into()? ) [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `ecosystem::serde::ConversionError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::value::Value: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde.rs:434:13 [INFO] [stderr] | [INFO] [stderr] 434 | Ok( value.try_into()? ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::value::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 52 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u64` [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `>::Error == webcore::number::ConversionError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde_json.rs:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | Value::Number( value.try_into()? ) [INFO] [stderr] | ^^^^^^^^ expected `!`, found enum `webcore::number::ConversionError` [INFO] [stderr] | [INFO] [stderr] = note: expected type `!` [INFO] [stderr] found enum `webcore::number::ConversionError` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::number::Number: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde_json.rs:17:36 [INFO] [stderr] | [INFO] [stderr] 17 | Value::Number( value.try_into()? ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::number::Number` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::number::Number` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u64` [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `>::Error == webcore::number::ConversionError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde_json.rs:19:42 [INFO] [stderr] | [INFO] [stderr] 19 | Value::Number( value.try_into()? ) [INFO] [stderr] | ^^^^^^^^ expected `!`, found enum `webcore::number::ConversionError` [INFO] [stderr] | [INFO] [stderr] = note: expected type `!` [INFO] [stderr] found enum `webcore::number::ConversionError` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `webcore::number::Number: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.6/src/ecosystem/serde_json.rs:19:36 [INFO] [stderr] | [INFO] [stderr] 19 | Value::Number( value.try_into()? ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `webcore::number::Number` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `i64` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `webcore::number::Number` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `i64` [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0271, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `stdweb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "80953cd7971e1dd586361f44d826be45810d2569b6b70f7947beede359ee3aab"` [INFO] running `"docker" "rm" "-f" "80953cd7971e1dd586361f44d826be45810d2569b6b70f7947beede359ee3aab"` [INFO] [stdout] 80953cd7971e1dd586361f44d826be45810d2569b6b70f7947beede359ee3aab