[INFO] cloning repository https://github.com/quaos/test-rust-cicd-caching
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quaos/test-rust-cicd-caching" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquaos%2Ftest-rust-cicd-caching", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquaos%2Ftest-rust-cicd-caching'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99178b3c050436f253e327d03fb6859dbe7f48ac
[INFO] checking quaos/test-rust-cicd-caching against try#b28cc4eb48a6415b914e8ad0308be255ff8d73ed for pr-156508
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquaos%2Ftest-rust-cicd-caching" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/quaos/test-rust-cicd-caching
[INFO] finished tweaking git repo https://github.com/quaos/test-rust-cicd-caching
[INFO] tweaked toml for git repo https://github.com/quaos/test-rust-cicd-caching written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/quaos/test-rust-cicd-caching on toolchain b28cc4eb48a6415b914e8ad0308be255ff8d73ed
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/quaos/test-rust-cicd-caching already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/async-graphql/async-graphql`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/diesel-rs/diesel`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-stream v0.1.2
[INFO] [stderr]   Downloaded tokio-util v0.6.2
[INFO] [stderr]   Downloaded tokio-macros v1.0.0
[INFO] [stderr]   Downloaded warp v0.3.0
[INFO] [stderr]   Downloaded mio v0.7.7
[INFO] [stderr]   Downloaded rand v0.8.2
[INFO] [stderr]   Downloaded syn v1.0.58
[INFO] [stderr]   Downloaded tokio v1.0.2
[INFO] [stderr]   Downloaded hyper v0.14.2
[INFO] [stderr]   Downloaded http-body v0.4.0
[INFO] [stderr]   Downloaded h2 v0.3.0
[INFO] [stderr]   Downloaded headers v0.3.3
[INFO] [stderr]   Downloaded ulid v0.3.3
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.72
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.72
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.72
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.72
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.72
[INFO] [stderr]   Downloaded js-sys v0.3.49
[INFO] [stderr]   Downloaded tera v1.7.0
[INFO] [stderr]   Downloaded ignore v0.4.17
[INFO] [stderr]   Downloaded globset v0.4.6
[INFO] [stderr]   Downloaded scheduled-thread-pool v0.2.5
[INFO] [stderr]   Downloaded derive_builder v0.7.2
[INFO] [stderr]   Downloaded r2d2 v0.8.9
[INFO] [stderr]   Downloaded num-bigint v0.3.1
[INFO] [stderr]   Downloaded bigdecimal v0.2.0
[INFO] [stderr]   Downloaded darling_core v0.9.0
[INFO] [stderr]   Downloaded derive_builder_core v0.5.0
[INFO] [stderr]   Downloaded dataloader v0.12.0
[INFO] [stderr]   Downloaded darling v0.9.0
[INFO] [stderr]   Downloaded darling_macro v0.9.0
[INFO] [stderr]   Downloaded bson v1.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5f5fc9187266ccbe6e5b1aed476aee4bf2b2b7204600e5869a80c95a1394d86
[INFO] running `Command { std: "docker" "start" "-a" "d5f5fc9187266ccbe6e5b1aed476aee4bf2b2b7204600e5869a80c95a1394d86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5f5fc9187266ccbe6e5b1aed476aee4bf2b2b7204600e5869a80c95a1394d86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5f5fc9187266ccbe6e5b1aed476aee4bf2b2b7204600e5869a80c95a1394d86", kill_on_drop: false }`
[INFO] [stdout] d5f5fc9187266ccbe6e5b1aed476aee4bf2b2b7204600e5869a80c95a1394d86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 693ff7a79eeaae5051104e901cd7168909e8c514ef1793a6c499dae41f5422f5
[INFO] running `Command { std: "docker" "start" "-a" "693ff7a79eeaae5051104e901cd7168909e8c514ef1793a6c499dae41f5422f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.58
[INFO] [stderr]    Compiling libc v0.2.82
[INFO] [stderr]    Compiling log v0.4.13
[INFO] [stderr]    Compiling serde_derive v1.0.120
[INFO] [stderr]    Compiling serde v1.0.120
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]     Checking pin-project-lite v0.2.4
[INFO] [stderr]    Compiling serde_json v1.0.61
[INFO] [stderr]     Checking futures-core v0.3.12
[INFO] [stderr]     Checking bytes v1.0.1
[INFO] [stderr]     Checking once_cell v1.5.2
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking lock_api v0.4.2
[INFO] [stderr]    Compiling num-bigint v0.3.1
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]     Checking futures-io v0.3.12
[INFO] [stderr]     Checking futures-sink v0.3.12
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling thread_local v1.1.0
[INFO] [stderr]     Checking futures-task v0.3.12
[INFO] [stderr]     Checking futures-channel v0.3.12
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]     Checking http v0.2.3
[INFO] [stderr]    Compiling pq-sys v0.4.6
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling tokio v1.0.2
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]     Checking parking_lot_core v0.8.2
[INFO] [stderr]     Checking getrandom v0.2.2
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]     Checking tinyvec v1.1.0
[INFO] [stderr]     Checking rand_core v0.6.1
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking signal-hook-registry v1.3.0
[INFO] [stderr]     Checking mio v0.7.7
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling pin-project-internal v0.4.27
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand v0.8.2
[INFO] [stderr]     Checking form_urlencoded v1.0.0
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking unicode-normalization v0.1.16
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr]     Checking bstr v0.2.15
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling r2d2 v0.8.9
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking ucd-trie v0.1.3
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]     Checking cpuid-bool v0.1.2
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]     Checking regex v1.4.3
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking pest v2.1.3
[INFO] [stderr]     Checking sha-1 v0.9.2
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:208:19
[INFO] [stdout]     |
[INFO] [stdout] 208 |         .div_ceil(&big_digit::BITS.into())
[INFO] [stdout]     |          -------- ^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `&_`
[INFO] [stdout]     |          |
[INFO] [stdout]     |          arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected type `u64`
[INFO] [stdout]             found reference `&_`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]    --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]    ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]     |
[INFO] [stdout] 208 -         .div_ceil(&big_digit::BITS.into())
[INFO] [stdout] 208 +         .div_ceil(big_digit::BITS.into())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:1712:54
[INFO] [stdout]      |
[INFO] [stdout] 1712 |                 let root_scale = extra_bits.div_ceil(&n64);
[INFO] [stdout]      |                                             -------- ^^^^ expected `u64`, found `&u64`
[INFO] [stdout]      |                                             |
[INFO] [stdout]      |                                             arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]     ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]      |
[INFO] [stdout] 1712 -                 let root_scale = extra_bits.div_ceil(&n64);
[INFO] [stdout] 1712 +                 let root_scale = extra_bits.div_ceil(n64);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:2128:19
[INFO] [stdout]      |
[INFO] [stdout] 2128 |         .div_ceil(&u64::from(bits))
[INFO] [stdout]      |          -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]     ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]      |
[INFO] [stdout] 2128 -         .div_ceil(&u64::from(bits))
[INFO] [stdout] 2128 +         .div_ceil(u64::from(bits))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:2156:19
[INFO] [stdout]      |
[INFO] [stdout] 2156 |         .div_ceil(&u64::from(bits))
[INFO] [stdout]      |          -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]     ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]      |
[INFO] [stdout] 2156 -         .div_ceil(&u64::from(bits))
[INFO] [stdout] 2156 +         .div_ceil(u64::from(bits))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:208:19
[INFO] [stdout]     |
[INFO] [stdout] 208 |         .div_ceil(&big_digit::BITS.into())
[INFO] [stdout]     |          -------- ^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `&_`
[INFO] [stdout]     |          |
[INFO] [stdout]     |          arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected type `u64`
[INFO] [stdout]             found reference `&_`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]    --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]    ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]     |
[INFO] [stdout] 208 -         .div_ceil(&big_digit::BITS.into())
[INFO] [stdout] 208 +         .div_ceil(big_digit::BITS.into())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:1712:54
[INFO] [stdout]      |
[INFO] [stdout] 1712 |                 let root_scale = extra_bits.div_ceil(&n64);
[INFO] [stdout]      |                                             -------- ^^^^ expected `u64`, found `&u64`
[INFO] [stdout]      |                                             |
[INFO] [stdout]      |                                             arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]     ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]      |
[INFO] [stdout] 1712 -                 let root_scale = extra_bits.div_ceil(&n64);
[INFO] [stdout] 1712 +                 let root_scale = extra_bits.div_ceil(n64);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:2128:19
[INFO] [stdout]      |
[INFO] [stdout] 2128 |         .div_ceil(&u64::from(bits))
[INFO] [stdout]      |          -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]     ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]      |
[INFO] [stdout] 2128 -         .div_ceil(&u64::from(bits))
[INFO] [stdout] 2128 +         .div_ceil(u64::from(bits))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.3.1/src/biguint.rs:2156:19
[INFO] [stdout]      |
[INFO] [stdout] 2156 |         .div_ceil(&u64::from(bits))
[INFO] [stdout]      |          -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/uint_macros.rs:3801:21
[INFO] [stdout]     --> /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1278:4
[INFO] [stdout]     ::: /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/num/mod.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]      |
[INFO] [stdout] 2156 -         .div_ceil(&u64::from(bits))
[INFO] [stdout] 2156 +         .div_ceil(u64::from(bits))
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-bigint` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-bigint` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "693ff7a79eeaae5051104e901cd7168909e8c514ef1793a6c499dae41f5422f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "693ff7a79eeaae5051104e901cd7168909e8c514ef1793a6c499dae41f5422f5", kill_on_drop: false }`
[INFO] [stdout] 693ff7a79eeaae5051104e901cd7168909e8c514ef1793a6c499dae41f5422f5
