[INFO] updating cached repository https://github.com/slazicoicr/bam_histogram_qc [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] 76f1995e64ae232319aa05d407466f6ce0d927f0 [INFO] checking slazicoicr/bam_histogram_qc against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslazicoicr%2Fbam_histogram_qc" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slazicoicr/bam_histogram_qc on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/slazicoicr/bam_histogram_qc [INFO] finished tweaking git repo https://github.com/slazicoicr/bam_histogram_qc [INFO] tweaked toml for git repo https://github.com/slazicoicr/bam_histogram_qc written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/slazicoicr/bam_histogram_qc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=allow" "-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" "+beta-2019-10-27" "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] 0f6276a08622ad97bedd23efacab3ac305b165b9223a8ef6f855de91bd47ad19 [INFO] running `"docker" "start" "-a" "0f6276a08622ad97bedd23efacab3ac305b165b9223a8ef6f855de91bd47ad19"` [INFO] [stderr] Compiling bindgen v0.49.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Checking linear-map v1.2.0 [INFO] [stderr] Checking ieee754 v0.2.6 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace v0.3.20 [INFO] [stderr] Compiling clang-sys v0.28.0 [INFO] [stderr] Compiling lzma-sys v0.1.14 [INFO] [stderr] Compiling fs-utils v1.1.1 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking bzip2-sys v0.1.7 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking libz-sys v1.0.25 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Checking bio-types v0.5.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling rust-htslib v0.23.0 [INFO] [stderr] error[E0277]: `htslib::htsFile__bindgen_ty_1` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/rust-htslib-c6aa0589b7862c50/out/bindings.rs:1041:5 [INFO] [stderr] | [INFO] [stderr] 1041 | pub fp: htsFile__bindgen_ty_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `htslib::htsFile__bindgen_ty_1` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `htslib::htsFile__bindgen_ty_1` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&htslib::htsFile__bindgen_ty_1` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `htslib::hts_opt__bindgen_ty_1` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/rust-htslib-c6aa0589b7862c50/out/bindings.rs:1360:5 [INFO] [stderr] | [INFO] [stderr] 1360 | pub val: hts_opt__bindgen_ty_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `htslib::hts_opt__bindgen_ty_1` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `htslib::hts_opt__bindgen_ty_1` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&htslib::hts_opt__bindgen_ty_1` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `htslib::__pthread_cond_s__bindgen_ty_1` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/rust-htslib-c6aa0589b7862c50/out/bindings.rs:3444:5 [INFO] [stderr] | [INFO] [stderr] 3444 | pub __bindgen_anon_1: __pthread_cond_s__bindgen_ty_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `htslib::__pthread_cond_s__bindgen_ty_1` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `htslib::__pthread_cond_s__bindgen_ty_1` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&htslib::__pthread_cond_s__bindgen_ty_1` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `htslib::__pthread_cond_s__bindgen_ty_2` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/rust-htslib-c6aa0589b7862c50/out/bindings.rs:3445:5 [INFO] [stderr] | [INFO] [stderr] 3445 | pub __bindgen_anon_2: __pthread_cond_s__bindgen_ty_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `htslib::__pthread_cond_s__bindgen_ty_2` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `htslib::__pthread_cond_s__bindgen_ty_2` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&htslib::__pthread_cond_s__bindgen_ty_2` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `htslib::__mbstate_t__bindgen_ty_1` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/rust-htslib-c6aa0589b7862c50/out/bindings.rs:5054:5 [INFO] [stderr] | [INFO] [stderr] 5054 | pub __value: __mbstate_t__bindgen_ty_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `htslib::__mbstate_t__bindgen_ty_1` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `htslib::__mbstate_t__bindgen_ty_1` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&htslib::__mbstate_t__bindgen_ty_1` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `htslib::bcf_info_t__bindgen_ty_1` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/rust-htslib-c6aa0589b7862c50/out/bindings.rs:6795:5 [INFO] [stderr] | [INFO] [stderr] 6795 | pub v1: bcf_info_t__bindgen_ty_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `htslib::bcf_info_t__bindgen_ty_1` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `htslib::bcf_info_t__bindgen_ty_1` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&htslib::bcf_info_t__bindgen_ty_1` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `htslib::bam_pileup_cd` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/rust-htslib-c6aa0589b7862c50/out/bindings.rs:8473:5 [INFO] [stderr] | [INFO] [stderr] 8473 | pub cd: bam_pileup_cd, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ `htslib::bam_pileup_cd` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `htslib::bam_pileup_cd` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&htslib::bam_pileup_cd` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rust-htslib`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0f6276a08622ad97bedd23efacab3ac305b165b9223a8ef6f855de91bd47ad19"` [INFO] running `"docker" "rm" "-f" "0f6276a08622ad97bedd23efacab3ac305b165b9223a8ef6f855de91bd47ad19"` [INFO] [stdout] 0f6276a08622ad97bedd23efacab3ac305b165b9223a8ef6f855de91bd47ad19