[INFO] updating cached repository https://github.com/urbanslug/pdf-analyzer [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] 2c222e7f50b79e84a3f396f7875d5ac0ec8940af [INFO] checking urbanslug/pdf-analyzer against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furbanslug%2Fpdf-analyzer" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/urbanslug/pdf-analyzer on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/urbanslug/pdf-analyzer [INFO] finished tweaking git repo https://github.com/urbanslug/pdf-analyzer [INFO] tweaked toml for git repo https://github.com/urbanslug/pdf-analyzer written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/urbanslug/pdf-analyzer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a309e7fa2409a4871c92a82b5ad1481c5ae7281cd2a08b55111578d230afa8c2 [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" "a309e7fa2409a4871c92a82b5ad1481c5ae7281cd2a08b55111578d230afa8c2"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Checking pom v1.1.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking dtoa v0.4.4 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking pom v3.0.2 [INFO] [stderr] Checking inflate v0.1.1 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking postscript v0.11.1 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.4/src/diyfp.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | let mut k = dk as isize; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.4/src/lib.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | / dtoa! { [INFO] [stderr] 70 | | floating_type: f32, [INFO] [stderr] 71 | | significand_type: u32, [INFO] [stderr] 72 | | exponent_type: i32, [INFO] [stderr] ... | [INFO] [stderr] 83 | | min_power: (-36), [INFO] [stderr] 84 | | }; [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.4/src/diyfp.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | let mut k = dk as isize; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.4/src/lib.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | / dtoa! { [INFO] [stderr] 92 | | floating_type: f64, [INFO] [stderr] 93 | | significand_type: u64, [INFO] [stderr] 94 | | exponent_type: isize, [INFO] [stderr] ... | [INFO] [stderr] 105 | | min_power: (-348), [INFO] [stderr] 106 | | }; [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] error: could not compile `dtoa`. [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[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | encodings.push(match get_single!(dictionary, Encoding) { [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | Some(value) if is_i32!(value) => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | encodings.push(match get_single!(dictionary, Encoding) { [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 78 | try!(tape.jump(position + get_single!(dictionary, CharStrings) as u64)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | Some(value) if is_i32!(value) => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 78 | try!(tape.jump(position + get_single!(dictionary, CharStrings) as u64)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | try!(tape.take_given::(get_single!(dictionary, CharStringType))) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | Some(value) if is_i32!(value) => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | try!(tape.take_given::(get_single!(dictionary, CharStringType))) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | char_sets.push(match get_single!(dictionary, CharSet) { [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | Some(value) if is_i32!(value) => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 81 | char_sets.push(match get_single!(dictionary, CharSet) { [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 91 | let (size, offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 91 | let (size, offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | (value0 as i32, value1 as i32) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 91 | let (size, offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:50:33 [INFO] [stderr] | [INFO] [stderr] 50 | (value0 as i32, value1 as i32) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 91 | let (size, offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | let (_, mut offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | let (_, mut offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | (value0 as i32, value1 as i32) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | let (_, mut offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:50:33 [INFO] [stderr] | [INFO] [stderr] 50 | (value0 as i32, value1 as i32) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | let (_, mut offset) = get_double!(dictionary, Private); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! is_i32(($value:ident) => ($value as i32 as Operand == $value)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 98 | offset += get_single!(&local_dictionaries[i], Subrs); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/compact/font_set.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | Some(value) if is_i32!(value) => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 98 | offset += get_single!(&local_dictionaries[i], Subrs); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 203 | let i = pop!(i32); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:68 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 203 | let i = pop!(i32); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 207 | let (shift, span) = (pop!(i32), pop!(i32)); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:68 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 207 | let (shift, span) = (pop!(i32), pop!(i32)); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 207 | let (shift, span) = (pop!(i32), pop!(i32)); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:68 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 207 | let (shift, span) = (pop!(i32), pop!(i32)); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 254 | let address = pop!(i32); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f32` as `i32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postscript-0.11.1/src/type2/program.rs:56:68 [INFO] [stderr] | [INFO] [stderr] 56 | Some(value) if value as i32 as Operand == value => value as i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 254 | let address = pop!(i32); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `postscript`. [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: build failed [INFO] running `"docker" "inspect" "a309e7fa2409a4871c92a82b5ad1481c5ae7281cd2a08b55111578d230afa8c2"` [INFO] running `"docker" "rm" "-f" "a309e7fa2409a4871c92a82b5ad1481c5ae7281cd2a08b55111578d230afa8c2"` [INFO] [stdout] a309e7fa2409a4871c92a82b5ad1481c5ae7281cd2a08b55111578d230afa8c2