[INFO] updating cached repository bachue/puppy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bachue/puppy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bachue/puppy" "work/ex/beta-1.37-6/sources/1.36.0/gh/bachue/puppy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/bachue/puppy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bachue/puppy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bachue/puppy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bachue/puppy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1634b249f516a60386f983ce09c52bd34fe73c48 [INFO] sha for GitHub repo bachue/puppy: 1634b249f516a60386f983ce09c52bd34fe73c48 [INFO] validating manifest of bachue/puppy on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bachue/puppy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bachue/puppy [INFO] finished frobbing bachue/puppy [INFO] frobbed toml for bachue/puppy written to work/ex/beta-1.37-6/sources/1.36.0/gh/bachue/puppy/Cargo.toml [INFO] started frobbing bachue/puppy [INFO] finished frobbing bachue/puppy [INFO] frobbed toml for bachue/puppy written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bachue/puppy/Cargo.toml [INFO] crate bachue/puppy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing bachue/puppy against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bachue/puppy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] cbb60c934b7e8407c9f147eb67c42c0b2f293199293b608c9e37429584514ac3 [INFO] running `"docker" "start" "-a" "cbb60c934b7e8407c9f147eb67c42c0b2f293199293b608c9e37429584514ac3"` [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling version v3.0.0 [INFO] [stderr] Compiling backtrace v0.3.18 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling fern v0.5.8 [INFO] [stderr] Compiling puppy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/daemonize_utility.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | .umask(config.umask) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u32, found u16 [INFO] [stderr] | help: you can convert an `u16` to `u32`: `config.umask.into()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `puppy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cbb60c934b7e8407c9f147eb67c42c0b2f293199293b608c9e37429584514ac3"` [INFO] running `"docker" "rm" "-f" "cbb60c934b7e8407c9f147eb67c42c0b2f293199293b608c9e37429584514ac3"` [INFO] [stdout] cbb60c934b7e8407c9f147eb67c42c0b2f293199293b608c9e37429584514ac3