[INFO] updating cached repository https://github.com/devyn/dboard-simulator [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] b430c6f24124b469db4ed6df0e7366b01b2cc595 [INFO] checking devyn/dboard-simulator against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevyn%2Fdboard-simulator" "/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/devyn/dboard-simulator 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/devyn/dboard-simulator [INFO] finished tweaking git repo https://github.com/devyn/dboard-simulator [INFO] tweaked toml for git repo https://github.com/devyn/dboard-simulator written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/devyn/dboard-simulator 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-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" "+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] fcf7df4bdf8a3ae85699258a68bad8a5fb8d5d27a4512d2682d986e8a6a300c3 [INFO] running `"docker" "start" "-a" "fcf7df4bdf8a3ae85699258a68bad8a5fb8d5d27a4512d2682d986e8a6a300c3"` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Checking rustc-demangle v0.1.15 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.2 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Checking tokio-sync v0.1.6 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Checking miniz_oxide v0.2.2 [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From<()>` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From<()>` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [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] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `try_from`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fcf7df4bdf8a3ae85699258a68bad8a5fb8d5d27a4512d2682d986e8a6a300c3"` [INFO] running `"docker" "rm" "-f" "fcf7df4bdf8a3ae85699258a68bad8a5fb8d5d27a4512d2682d986e8a6a300c3"` [INFO] [stdout] fcf7df4bdf8a3ae85699258a68bad8a5fb8d5d27a4512d2682d986e8a6a300c3