[INFO] crate libharu-sys 0.0.1 is already in cache
[INFO] checking libharu-sys-0.0.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate libharu-sys 0.0.1 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate libharu-sys 0.0.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate libharu-sys 0.0.1
[INFO] finished tweaking crates.io crate libharu-sys 0.0.1
[INFO] tweaked toml for crates.io crate libharu-sys 0.0.1 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 953dd66f1cc171cc57ab12889ff4f058e0d22ab1df9bcbca84559302c1fc1dd0
[INFO] running `"docker" "start" "-a" "953dd66f1cc171cc57ab12889ff4f058e0d22ab1df9bcbca84559302c1fc1dd0"`
[INFO] [stderr]    Compiling libharu-sys v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'gcc::Build': crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]   --> libharu/build.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     gcc::Build::new()
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]   --> libharu/build.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     gcc::Build::new()
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: libharu/src/hpdf_annotation.c: In function 'HPDF_LinkAnnot_SetJavaScript':
[INFO] [stderr] warning: libharu/src/hpdf_annotation.c:318:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
[INFO] [stderr] warning:      if (ret != HPDF_OK)
[INFO] [stderr] warning:      ^~
[INFO] [stderr] warning: libharu/src/hpdf_annotation.c:321:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
[INFO] [stderr] warning:   ret += HPDF_Dict_Add (action, "JS", javascript);
[INFO] [stderr] warning:   ^~~
[INFO] [stderr] warning: libharu/src/hpdf_encoder_utf.c: In function 'UTF8_Encoder_ToUnicode_Func':
[INFO] [stderr] warning: libharu/src/hpdf_encoder_utf.c:133:46: warning: unused parameter 'code' [-Wunused-parameter]
[INFO] [stderr] warning:                                HPDF_UINT16    code)
[INFO] [stderr] warning:                                               ^~~~
[INFO] [stderr] warning: libharu/src/hpdf_font_cid.c: In function 'MeasureText':
[INFO] [stderr] warning: libharu/src/hpdf_font_cid.c:679:19: warning: variable 'last_btype' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning:      HPDF_ByteType last_btype = HPDF_BYTE_TYPE_TRIAL;
[INFO] [stderr] warning:                    ^~~~~~~~~~
[INFO] [stderr] warning: libharu/src/hpdf_fontdef_jp.c:1042:29: warning: 'MS_PMincho_W_ARRAY' defined but not used [-Wunused-const-variable=]
[INFO] [stderr] warning:  static const HPDF_CID_Width MS_PMincho_W_ARRAY[] = {
[INFO] [stderr] warning:                              ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libharu/src/hpdf_fontdef_jp.c:783:29: warning: 'MS_Mincho_W_ARRAY' defined but not used [-Wunused-const-variable=]
[INFO] [stderr] warning:  static const HPDF_CID_Width MS_Mincho_W_ARRAY[] = {
[INFO] [stderr] warning:                              ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libharu/src/hpdf_fontdef_kr.c:818:29: warning: 'Batang_W_ARRAY' defined but not used [-Wunused-const-variable=]
[INFO] [stderr] warning:  static const HPDF_CID_Width Batang_W_ARRAY[] = {
[INFO] [stderr] warning:                              ^~~~~~~~~~~~~~
[INFO] [stderr] warning: libharu/src/hpdf_fontdef_kr.c:622:29: warning: 'BatangChe_W_ARRAY' defined but not used [-Wunused-const-variable=]
[INFO] [stderr] warning:  static const HPDF_CID_Width BatangChe_W_ARRAY[] = {
[INFO] [stderr] warning:                              ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libharu/src/hpdf_pages.c:52:29: warning: 'DEF_CMYK_COLOR' defined but not used [-Wunused-const-variable=]
[INFO] [stderr] warning:  static const HPDF_CMYKColor DEF_CMYK_COLOR = {0, 0, 0, 0};
[INFO] [stderr] warning:                              ^~~~~~~~~~~~~~
[INFO] [stderr] warning: libharu/src/hpdf_pages.c:50:28: warning: 'DEF_RGB_COLOR' defined but not used [-Wunused-const-variable=]
[INFO] [stderr] warning:  static const HPDF_RGBColor DEF_RGB_COLOR = {0, 0, 0};
[INFO] [stderr] warning:                             ^~~~~~~~~~~~~
[INFO] [stderr] warning: libharu/src/hpdf_pdfa.c: In function 'HPDF_PDFA_SetPDFAConformance':
[INFO] [stderr] warning: libharu/src/hpdf_pdfa.c:154:17: warning: unused variable 'info' [-Wunused-variable]
[INFO] [stderr] warning:      const char *info = NULL;
[INFO] [stderr] warning:                  ^~~~
[INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead.
[INFO] [stderr]   --> src/lib.rs:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub type   HPDF_INT32 = libc::int32_t;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]   --> src/lib.rs:12:26
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub type   HPDF_UINT32 = libc::uint32_t;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::int16_t': Use i16 instead.
[INFO] [stderr]   --> src/lib.rs:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub type   HPDF_INT16 = libc::int16_t;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/lib.rs:18:26
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub type   HPDF_UINT16 = libc::uint16_t;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]   --> src/lib.rs:49:26
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub type   HPDF_STATUS = libc::uint32_t;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead.
[INFO] [stderr]   --> src/lib.rs:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub type   HPDF_INT32 = libc::int32_t;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]   --> src/lib.rs:12:26
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub type   HPDF_UINT32 = libc::uint32_t;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::int16_t': Use i16 instead.
[INFO] [stderr]   --> src/lib.rs:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub type   HPDF_INT16 = libc::int16_t;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint16_t': Use u16 instead.
[INFO] [stderr]   --> src/lib.rs:18:26
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub type   HPDF_UINT16 = libc::uint16_t;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead.
[INFO] [stderr]   --> src/lib.rs:49:26
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub type   HPDF_STATUS = libc::uint32_t;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 11.23s
[INFO] running `"docker" "inspect" "953dd66f1cc171cc57ab12889ff4f058e0d22ab1df9bcbca84559302c1fc1dd0"`
[INFO] running `"docker" "rm" "-f" "953dd66f1cc171cc57ab12889ff4f058e0d22ab1df9bcbca84559302c1fc1dd0"`
[INFO] [stdout] 953dd66f1cc171cc57ab12889ff4f058e0d22ab1df9bcbca84559302c1fc1dd0
