[INFO] updating cached repository https://github.com/Trangar/mayjun_2017 [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] [stderr] From https://github.com/Trangar/mayjun_2017 [INFO] [stderr] 63c70c7..fce8f55 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fce8f5540834694c8eefbb2bd957a8fb6fa3bdd2 [INFO] checking Trangar/mayjun_2017 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrangar%2Fmayjun_2017" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Trangar/mayjun_2017 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Trangar/mayjun_2017 [INFO] finished tweaking git repo https://github.com/Trangar/mayjun_2017 [INFO] tweaked toml for git repo https://github.com/Trangar/mayjun_2017 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Trangar/mayjun_2017 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "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] 3a0a72d9409ab5059a93ca9f54c0c13d5924054908e01cb92f9aad5df3c74bb9 [INFO] running `"docker" "start" "-a" "3a0a72d9409ab5059a93ca9f54c0c13d5924054908e01cb92f9aad5df3c74bb9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking byteorder v1.0.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Checking num-traits v0.1.37 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling rayon-core v1.0.0 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking rustc-demangle v0.1.4 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking adler32 v1.0.0 [INFO] [stderr] Checking color_quant v1.0.0 [INFO] [stderr] Checking inflate v0.1.1 [INFO] [stderr] Checking either v1.1.0 [INFO] [stderr] Checking scoped_threadpool v0.1.7 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking owning_ref v0.4.1 [INFO] [stderr] Checking stb_truetype v0.2.5 [INFO] [stderr] Checking deflate v0.7.6 [INFO] [stderr] Checking num-integer v0.1.34 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking gif v0.9.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] error[E0599]: no variant or associated item named `read_u16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:385:13 [INFO] [stderr] | [INFO] [stderr] 385 | BE::read_u16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 610 | let [g1, g2] = read_ints!(2, u16, d); [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[E0599]: no variant or associated item named `read_u32_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:391:13 [INFO] [stderr] | [INFO] [stderr] 391 | BE::read_u32_into(&data[..$n * 4], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 613 | read_ints!(2, u32, &self.data[(self.loca + glyph_index * 4) as usize..]) [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[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 626 | let [x0, y0, x1, y1] = read_ints!(4, i16, &self.data[g + 2..]); [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[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 666 | let [flags, gidx] = read_ints!(2, i16, comp); [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[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 674 | let [a, b] = read_ints!(2, i16, comp); [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] Compiling rand_chacha v0.1.1 [INFO] [stderr] error[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 695 | let [a, b] = read_ints!(2, i16, comp); [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[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 703 | let [a, b, c, d] = read_ints!(4, i16, comp); [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[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 1003 | let [advance_width, left_side_bearing] = read_ints!(2, i16, data); [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[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 1080 | let [ascent, descent, line_gap] = read_ints!(3, i16, &hhea[4..]); [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[E0599]: no variant or associated item named `read_i16_into` found for enum `byteorder::BigEndian` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | BE::read_i16_into(&data[..$n * 2], &mut nums); [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `byteorder::BigEndian` [INFO] [stderr] ... [INFO] [stderr] 1109 | let [a, b] = read_ints!(2, i16, &hhea[4..]); [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 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `stb_truetype`. [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" "3a0a72d9409ab5059a93ca9f54c0c13d5924054908e01cb92f9aad5df3c74bb9"` [INFO] running `"docker" "rm" "-f" "3a0a72d9409ab5059a93ca9f54c0c13d5924054908e01cb92f9aad5df3c74bb9"` [INFO] [stdout] 3a0a72d9409ab5059a93ca9f54c0c13d5924054908e01cb92f9aad5df3c74bb9