[INFO] updating cached repository https://github.com/crumblingstatue/gmktool
[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] 9c3b6f3675f1a94855cbbec143041dfeb31c814d
[INFO] checking crumblingstatue/gmktool against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrumblingstatue%2Fgmktool" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/crumblingstatue/gmktool on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/crumblingstatue/gmktool
[INFO] finished tweaking git repo https://github.com/crumblingstatue/gmktool
[INFO] tweaked toml for git repo https://github.com/crumblingstatue/gmktool written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/crumblingstatue/gmktool already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 992bcfb5d12f7aeb70475c16fcbc8d0178bb49c2ce418a1c7e6aaf76f662da48
[INFO] running `"docker" "start" "-a" "992bcfb5d12f7aeb70475c16fcbc8d0178bb49c2ce418a1c7e6aaf76f662da48"`
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking strsim v0.4.1
[INFO] [stderr]     Checking quick-error v0.1.4
[INFO] [stderr]     Checking ansi_term v0.7.5
[INFO] [stderr]     Checking clap v1.5.6
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking rgmk v0.2.0
[INFO] [stderr] error[E0446]: private type `gamedata_io::options::Offsets` in public interface
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/options.rs:53:5
[INFO] [stderr]    |
[INFO] [stderr] 8  | struct Offsets {
[INFO] [stderr]    | - `gamedata_io::options::Offsets` declared as private
[INFO] [stderr] ...
[INFO] [stderr] 53 |     type ReadOutput = (Self, Offsets);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stderr] 
[INFO] [stderr] error[E0446]: private type `gamedata_io::sounds::Offsets` in public interface
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/sounds.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | struct Offsets {
[INFO] [stderr]    | - `gamedata_io::sounds::Offsets` declared as private
[INFO] [stderr] ...
[INFO] [stderr] 30 |     type ReadOutput = (Self, Vec<Offsets>);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:91:35
[INFO] [stderr]    |
[INFO] [stderr] 91 |     let (mut opts, opt_offsets) = try!(Options::read(reader));
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ private type
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::sounds::Offsets` is private
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:93:46
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let (mut sounds, sound_string_offsets) = try!(Sounds::read(reader));
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ private type
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:125:12
[INFO] [stderr]     |
[INFO] [stderr] 125 |         if opt_offsets.const1_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:128:12
[INFO] [stderr]     |
[INFO] [stderr] 128 |         if opt_offsets.const2_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:131:12
[INFO] [stderr]     |
[INFO] [stderr] 131 |         if opt_offsets.const3_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:134:12
[INFO] [stderr]     |
[INFO] [stderr] 134 |         if opt_offsets.const4_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:137:12
[INFO] [stderr]     |
[INFO] [stderr] 137 |         if opt_offsets.const5_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:140:12
[INFO] [stderr]     |
[INFO] [stderr] 140 |         if opt_offsets.const6_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:143:12
[INFO] [stderr]     |
[INFO] [stderr] 143 |         if opt_offsets.const7_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:146:12
[INFO] [stderr]     |
[INFO] [stderr] 146 |         if opt_offsets.const8_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:149:12
[INFO] [stderr]     |
[INFO] [stderr] 149 |         if opt_offsets.const9_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:152:12
[INFO] [stderr]     |
[INFO] [stderr] 152 |         if opt_offsets.const10_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:155:12
[INFO] [stderr]     |
[INFO] [stderr] 155 |         if opt_offsets.const11_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:158:12
[INFO] [stderr]     |
[INFO] [stderr] 158 |         if opt_offsets.const12_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:161:12
[INFO] [stderr]     |
[INFO] [stderr] 161 |         if opt_offsets.const13_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:164:12
[INFO] [stderr]     |
[INFO] [stderr] 164 |         if opt_offsets.const14_offset - 4 == soff {
[INFO] [stderr]     |            ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::sounds::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:168:19
[INFO] [stderr]     |
[INFO] [stderr] 168 |     for (i, s) in sound_string_offsets.into_iter().enumerate() {
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: type `gamedata_io::options::Offsets` is private
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rgmk-0.2.0/src/gamedata_io/mod.rs:230:24
[INFO] [stderr]     |
[INFO] [stderr] 230 |     opts.icon_offset = opt_offsets.icon_offset - texture_data_offset;
[INFO] [stderr]     |                        ^^^^^^^^^^^ private type
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 20 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0446`.
[INFO] [stderr] error: could not compile `rgmk`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "992bcfb5d12f7aeb70475c16fcbc8d0178bb49c2ce418a1c7e6aaf76f662da48"`
[INFO] running `"docker" "rm" "-f" "992bcfb5d12f7aeb70475c16fcbc8d0178bb49c2ce418a1c7e6aaf76f662da48"`
[INFO] [stdout] 992bcfb5d12f7aeb70475c16fcbc8d0178bb49c2ce418a1c7e6aaf76f662da48
