[INFO] updating cached repository https://github.com/esoterick/chipate [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] 8abafa265c85e3dce9e6a0fbefa3292f0690a70d [INFO] testing esoterick/chipate against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesoterick%2Fchipate" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/esoterick/chipate on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/esoterick/chipate [INFO] finished tweaking git repo https://github.com/esoterick/chipate [INFO] tweaked toml for git repo https://github.com/esoterick/chipate written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/esoterick/chipate already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 503df4c1f2f87384f9e145d9c2d1150fca6d32e70ac66346e9509eddd587957a [INFO] running `"docker" "start" "-a" "503df4c1f2f87384f9e145d9c2d1150fca6d32e70ac66346e9509eddd587957a"` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling unicode-segmentation v0.1.3 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling vec_map v0.6.0 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.19.3 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling num-complex v0.1.37 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num-bigint v0.1.37 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling sdl v0.3.6 (https://github.com/brson/rust-sdl.git#78bd0e74) [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling chipate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: missing fragment specifier [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.19.3/src/macros.rs:510:41 [INFO] [stderr] | [INFO] [stderr] 510 | (@arg ($arg:expr) $modes:tt !$ident $($tail:tt)*) => { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(missing_fragment_specifier)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #40107 [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/chipate.rs:167:17 [INFO] [stderr] | [INFO] [stderr] 167 | /// 0NNN Call Calls RCA 1802 program at address NNN. Not necessary for most ROMs. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `chipate`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "503df4c1f2f87384f9e145d9c2d1150fca6d32e70ac66346e9509eddd587957a"` [INFO] running `"docker" "rm" "-f" "503df4c1f2f87384f9e145d9c2d1150fca6d32e70ac66346e9509eddd587957a"` [INFO] [stdout] 503df4c1f2f87384f9e145d9c2d1150fca6d32e70ac66346e9509eddd587957a