[INFO] fetching crate libxlsxwriter-sys 0.9.4... [INFO] checking libxlsxwriter-sys-0.9.4 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate libxlsxwriter-sys 0.9.4 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate libxlsxwriter-sys 0.9.4 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate libxlsxwriter-sys 0.9.4 [INFO] finished tweaking crates.io crate libxlsxwriter-sys 0.9.4 [INFO] tweaked toml for crates.io crate libxlsxwriter-sys 0.9.4 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] d48f57e953cf10459417377c0739d2c11243fd1b7640d2fc103ed3deeabce84b [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" "d48f57e953cf10459417377c0739d2c11243fd1b7640d2fc103ed3deeabce84b"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling bindgen v0.53.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling libxlsxwriter-sys v0.9.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: In file included from third_party/libxlsxwriter/third_party/minizip/zip.c:186:0: [INFO] [stderr] warning: third_party/libxlsxwriter/third_party/minizip/crypt.h: In function 'decrypt_byte': [INFO] [stderr] warning: third_party/libxlsxwriter/third_party/minizip/crypt.h:35:62: warning: unused parameter 'pcrc_32_tab' [-Wunused-parameter] [INFO] [stderr] warning: static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) [INFO] [stderr] warning: ^~~~~~~~~~~ [INFO] [stderr] warning: third_party/zlib/gzlib.c: In function 'gz_open': [INFO] [stderr] warning: third_party/zlib/gzlib.c:14:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: # define LSEEK lseek [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/zlib/gzlib.c:252:9: note: in expansion of macro 'LSEEK' [INFO] [stderr] warning: LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/zlib/gzread.c: In function 'gz_load': [INFO] [stderr] warning: third_party/zlib/gzread.c:35:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: ret = read(state->fd, buf + *have, get); [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: fread [INFO] [stderr] warning: third_party/zlib/gzread.c: In function 'gzclose_r': [INFO] [stderr] warning: third_party/zlib/gzread.c:651:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: ret = close(state->fd); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: pclose [INFO] [stderr] warning: third_party/zlib/gzwrite.c: In function 'gz_comp': [INFO] [stderr] warning: third_party/zlib/gzwrite.c:89:20: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: writ = write(state->fd, strm->next_in, put); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: fwrite [INFO] [stderr] warning: third_party/zlib/gzwrite.c: In function 'gzclose_w': [INFO] [stderr] warning: third_party/zlib/gzwrite.c:661:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: if (close(state->fd) == -1) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: pclose [INFO] [stderr] warning: third_party/zlib/infback.c: In function 'inflateBack': [INFO] [stderr] warning: third_party/zlib/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = LEN; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/zlib/infback.c:481:9: note: here [INFO] [stderr] warning: case LEN: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c: In function 'inflate': [INFO] [stderr] warning: third_party/zlib/inflate.c:742:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = EXLEN; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:743:9: note: here [INFO] [stderr] warning: case EXLEN: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:755:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = EXTRA; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:756:9: note: here [INFO] [stderr] warning: case EXTRA: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:777:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = NAME; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:778:9: note: here [INFO] [stderr] warning: case NAME: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:798:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = COMMENT; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:799:9: note: here [INFO] [stderr] warning: case COMMENT: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = HCRC; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:819:9: note: here [INFO] [stderr] warning: case HCRC: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = DICT; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:842:9: note: here [INFO] [stderr] warning: case DICT: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = TYPE; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:849:9: note: here [INFO] [stderr] warning: case TYPE: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:850:34: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; [INFO] [stderr] warning: third_party/zlib/inflate.c:851:9: note: here [INFO] [stderr] warning: case TYPEDO: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: if (flush == Z_TREES) goto inf_leave; [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/zlib/inflate.c:901:9: note: here [INFO] [stderr] warning: case COPY_: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = COPY; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:903:9: note: here [INFO] [stderr] warning: case COPY: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: if (flush == Z_TREES) goto inf_leave; [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/zlib/inflate.c:1042:9: note: here [INFO] [stderr] warning: case LEN_: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = LEN; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1044:9: note: here [INFO] [stderr] warning: case LEN: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = LENEXT; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1093:9: note: here [INFO] [stderr] warning: case LENEXT: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = DIST; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1103:9: note: here [INFO] [stderr] warning: case DIST: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = DISTEXT; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1130:9: note: here [INFO] [stderr] warning: case DISTEXT: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = MATCH; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1146:9: note: here [INFO] [stderr] warning: case MATCH: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1220:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = LENGTH; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1221:9: note: here [INFO] [stderr] warning: case LENGTH: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: state->mode = DONE; [INFO] [stderr] warning: ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: third_party/zlib/inflate.c:1234:9: note: here [INFO] [stderr] warning: case DONE: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `"docker" "inspect" "d48f57e953cf10459417377c0739d2c11243fd1b7640d2fc103ed3deeabce84b"` [INFO] running `"docker" "rm" "-f" "d48f57e953cf10459417377c0739d2c11243fd1b7640d2fc103ed3deeabce84b"` [INFO] [stdout] d48f57e953cf10459417377c0739d2c11243fd1b7640d2fc103ed3deeabce84b