[INFO] cloning repository https://github.com/burtonageo/cargo-bundle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/burtonageo/cargo-bundle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fburtonageo%2Fcargo-bundle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fburtonageo%2Fcargo-bundle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae4c76e92c08774bf54ff077b1c52e3d1cd6c16d [INFO] testing burtonageo/cargo-bundle against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fburtonageo%2Fcargo-bundle" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/burtonageo/cargo-bundle on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/burtonageo/cargo-bundle [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/burtonageo/cargo-bundle [INFO] tweaked toml for git repo https://github.com/burtonageo/cargo-bundle written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/burtonageo/cargo-bundle already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1782052dd10f5bff2d858e281d7f3fb92cf0170149229372dcd083b5f4df2038 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1782052dd10f5bff2d858e281d7f3fb92cf0170149229372dcd083b5f4df2038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1782052dd10f5bff2d858e281d7f3fb92cf0170149229372dcd083b5f4df2038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1782052dd10f5bff2d858e281d7f3fb92cf0170149229372dcd083b5f4df2038", kill_on_drop: false }` [INFO] [stdout] 1782052dd10f5bff2d858e281d7f3fb92cf0170149229372dcd083b5f4df2038 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 613c63b0e68b121541364c47fc4fab3b801ef21362c6ac1b4af68101220f0cb9 [INFO] running `Command { std: "docker" "start" "-a" "613c63b0e68b121541364c47fc4fab3b801ef21362c6ac1b4af68101220f0cb9", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ar v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling cfb v0.3.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.43 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling msi v0.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling icns v0.2.2 [INFO] [stderr] Compiling cab v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling image v0.12.4 [INFO] [stderr] Compiling cargo-bundle v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/deb_bundle.rs:268:24 [INFO] [stdout] | [INFO] [stdout] 268 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/ios_bundle.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | try!(family.add_icon_with_type(&icon, icon_type)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:234:32 [INFO] [stdout] | [INFO] [stdout] 234 | let icon = try!(make_icns_image(icon)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:246:20 [INFO] [stdout] | [INFO] [stdout] 246 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:254:13 [INFO] [stdout] | [INFO] [stdout] 254 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | try!(fs::create_dir_all(resources_dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(family.write(icns_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:268:40 [INFO] [stdout] | [INFO] [stdout] 268 | let icns_file = BufWriter::new(try!(File::create(&dest_path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / error_chain! { [INFO] [stdout] 37 | | foreign_links { [INFO] [stdout] 38 | | Glob(::glob::GlobError); [INFO] [stdout] 39 | | GlobPattern(::glob::PatternError); [INFO] [stdout] ... | [INFO] [stdout] 47 | | errors { } [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `script` [INFO] [stdout] --> src/bundle/settings.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | script: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `members` [INFO] [stdout] --> src/bundle/settings.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | members: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `workspace` [INFO] [stdout] --> src/bundle/settings.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | workspace: Option, // "Ancestor" workspace Cargo.toml files may declare workspaces [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 00s [INFO] running `Command { std: "docker" "inspect" "613c63b0e68b121541364c47fc4fab3b801ef21362c6ac1b4af68101220f0cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "613c63b0e68b121541364c47fc4fab3b801ef21362c6ac1b4af68101220f0cb9", kill_on_drop: false }` [INFO] [stdout] 613c63b0e68b121541364c47fc4fab3b801ef21362c6ac1b4af68101220f0cb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 329a3fdd0b35568c6d648c296d65135c706eba9474515e06ab0491fac574354e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "329a3fdd0b35568c6d648c296d65135c706eba9474515e06ab0491fac574354e", kill_on_drop: false }` [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/deb_bundle.rs:268:24 [INFO] [stdout] | [INFO] [stdout] 268 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/ios_bundle.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | try!(family.add_icon_with_type(&icon, icon_type)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:234:32 [INFO] [stdout] | [INFO] [stdout] 234 | let icon = try!(make_icns_image(icon)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:246:20 [INFO] [stdout] | [INFO] [stdout] 246 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:254:13 [INFO] [stdout] | [INFO] [stdout] 254 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | try!(fs::create_dir_all(resources_dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(family.write(icns_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:268:40 [INFO] [stdout] | [INFO] [stdout] 268 | let icns_file = BufWriter::new(try!(File::create(&dest_path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / error_chain! { [INFO] [stdout] 37 | | foreign_links { [INFO] [stdout] 38 | | Glob(::glob::GlobError); [INFO] [stdout] 39 | | GlobPattern(::glob::PatternError); [INFO] [stdout] ... | [INFO] [stdout] 47 | | errors { } [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `script` [INFO] [stdout] --> src/bundle/settings.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | script: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `members` [INFO] [stdout] --> src/bundle/settings.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | members: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `workspace` [INFO] [stdout] --> src/bundle/settings.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | workspace: Option, // "Ancestor" workspace Cargo.toml files may declare workspaces [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.4 [INFO] [stderr] Compiling winit v0.20.0 [INFO] [stderr] Compiling cargo-bundle v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/deb_bundle.rs:268:24 [INFO] [stdout] | [INFO] [stdout] 268 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/ios_bundle.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | try!(family.add_icon_with_type(&icon, icon_type)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:234:32 [INFO] [stdout] | [INFO] [stdout] 234 | let icon = try!(make_icns_image(icon)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:246:20 [INFO] [stdout] | [INFO] [stdout] 246 | let icon = try!(image::open(&icon_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:254:13 [INFO] [stdout] | [INFO] [stdout] 254 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | try!(fs::create_dir_all(resources_dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(family.write(icns_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bundle/osx_bundle.rs:268:40 [INFO] [stdout] | [INFO] [stdout] 268 | let icns_file = BufWriter::new(try!(File::create(&dest_path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / error_chain! { [INFO] [stdout] 37 | | foreign_links { [INFO] [stdout] 38 | | Glob(::glob::GlobError); [INFO] [stdout] 39 | | GlobPattern(::glob::PatternError); [INFO] [stdout] ... | [INFO] [stdout] 47 | | errors { } [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `script` [INFO] [stdout] --> src/bundle/settings.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | script: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `members` [INFO] [stdout] --> src/bundle/settings.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | members: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `workspace` [INFO] [stdout] --> src/bundle/settings.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | workspace: Option, // "Ancestor" workspace Cargo.toml files may declare workspaces [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `Command { std: "docker" "inspect" "329a3fdd0b35568c6d648c296d65135c706eba9474515e06ab0491fac574354e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "329a3fdd0b35568c6d648c296d65135c706eba9474515e06ab0491fac574354e", kill_on_drop: false }` [INFO] [stdout] 329a3fdd0b35568c6d648c296d65135c706eba9474515e06ab0491fac574354e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ee7e25419aa4fd2c09d4d27de927c8fa1fec05f0d9518cda0bb3509775c90a4d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ee7e25419aa4fd2c09d4d27de927c8fa1fec05f0d9518cda0bb3509775c90a4d", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/deb_bundle.rs:268:24 [INFO] [stderr] | [INFO] [stderr] 268 | let icon = try!(image::open(&icon_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/ios_bundle.rs:106:28 [INFO] [stderr] | [INFO] [stderr] 106 | let icon = try!(image::open(&icon_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:235:21 [INFO] [stderr] | [INFO] [stderr] 235 | try!(family.add_icon_with_type(&icon, icon_type)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:234:32 [INFO] [stderr] | [INFO] [stderr] 234 | let icon = try!(make_icns_image(icon)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:246:20 [INFO] [stderr] | [INFO] [stderr] 246 | let icon = try!(image::open(&icon_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:254:13 [INFO] [stderr] | [INFO] [stderr] 254 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:260:9 [INFO] [stderr] | [INFO] [stderr] 260 | try!(add_icon_to_family(icon, density, &mut family)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | try!(fs::create_dir_all(resources_dir)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | try!(family.write(icns_file)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bundle/osx_bundle.rs:268:40 [INFO] [stderr] | [INFO] [stderr] 268 | let icns_file = BufWriter::new(try!(File::create(&dest_path))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / error_chain! { [INFO] [stderr] 37 | | foreign_links { [INFO] [stderr] 38 | | Glob(::glob::GlobError); [INFO] [stderr] 39 | | GlobPattern(::glob::PatternError); [INFO] [stderr] ... | [INFO] [stderr] 47 | | errors { } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `script` [INFO] [stderr] --> src/bundle/settings.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | script: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `members` [INFO] [stderr] --> src/bundle/settings.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | members: Option> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `workspace` [INFO] [stderr] --> src/bundle/settings.rs:110:5 [INFO] [stderr] | [INFO] [stderr] 110 | workspace: Option, // "Ancestor" workspace Cargo.toml files may declare workspaces [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `cargo-bundle` (bin "cargo-bundle" test) generated 14 warnings [INFO] [stderr] warning: `cargo-bundle` (bin "cargo-bundle") generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_bundle-cb4e8aebc8b2b4f0) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test bundle::common::tests::resource_relative_paths ... ok [INFO] [stdout] test bundle::settings::tests::parse_bin_and_example_bundles ... ok [INFO] [stdout] test bundle::category::tests::category_from_string_did_you_mean ... ok [INFO] [stdout] test bundle::common::tests::copy_dir_with_symlinks ... ok [INFO] [stdout] test bundle::common::tests::create_file_with_parent_dirs ... ok [INFO] [stdout] test bundle::category::tests::category_from_string_ok ... ok [INFO] [stdout] test bundle::category::tests::category_from_string_totally_wrong ... ok [INFO] [stdout] test bundle::settings::tests::parse_cargo_toml ... ok [INFO] [stdout] test bundle::common::tests::retina_icon_paths ... ok [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-88bead3e773b3497) [INFO] [stdout] test bundle::category::tests::ls_application_category_type_round_trip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ee7e25419aa4fd2c09d4d27de927c8fa1fec05f0d9518cda0bb3509775c90a4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee7e25419aa4fd2c09d4d27de927c8fa1fec05f0d9518cda0bb3509775c90a4d", kill_on_drop: false }` [INFO] [stdout] ee7e25419aa4fd2c09d4d27de927c8fa1fec05f0d9518cda0bb3509775c90a4d