[INFO] updating cached repository https://github.com/masongup-mdsol/slack-build-summary-bot [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] 5a53a185364d895961430ed9ee3605e1ada3c076 [INFO] checking masongup-mdsol/slack-build-summary-bot against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmasongup-mdsol%2Fslack-build-summary-bot" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/masongup-mdsol/slack-build-summary-bot 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/masongup-mdsol/slack-build-summary-bot [INFO] finished tweaking git repo https://github.com/masongup-mdsol/slack-build-summary-bot [INFO] tweaked toml for git repo https://github.com/masongup-mdsol/slack-build-summary-bot written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/masongup-mdsol/slack-build-summary-bot already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stdout] 22a3d27b5b87344f1c1eb40bbf063ceb9fd9ed190e201abef7c8db64a1b7c73f [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" "22a3d27b5b87344f1c1eb40bbf063ceb9fd9ed190e201abef7c8db64a1b7c73f"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling safemem v0.3.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Checking filetime v0.2.5 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Checking inotify v0.6.1 [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] 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] 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 base64 v0.9.3 [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" "22a3d27b5b87344f1c1eb40bbf063ceb9fd9ed190e201abef7c8db64a1b7c73f"` [INFO] running `"docker" "rm" "-f" "22a3d27b5b87344f1c1eb40bbf063ceb9fd9ed190e201abef7c8db64a1b7c73f"` [INFO] [stdout] 22a3d27b5b87344f1c1eb40bbf063ceb9fd9ed190e201abef7c8db64a1b7c73f