[INFO] crate symbolic-minidump 6.1.4 is already in cache [INFO] checking symbolic-minidump-6.1.4 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate symbolic-minidump 6.1.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate symbolic-minidump 6.1.4 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate symbolic-minidump 6.1.4 [INFO] finished tweaking crates.io crate symbolic-minidump 6.1.4 [INFO] tweaked toml for crates.io crate symbolic-minidump 6.1.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ea71e4a71f8e0d3d4fd47461ea74c146e3c003475ba6f2bf78cda5192491fb02 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ea71e4a71f8e0d3d4fd47461ea74c146e3c003475ba6f2bf78cda5192491fb02"` [INFO] [stderr] Checking dmsort v1.0.0 [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Compiling jobserver v0.1.19 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking gimli v0.18.0 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking goblin v0.0.23 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling symbolic-minidump v6.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking backtrace v0.3.41 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_xml': [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:837:5: warning: '%04X' directive output truncated writing 4 bytes into a region of size 1 [-Wformat-truncation=] [INFO] [stderr] warning: "\t\tprefix_string , len ); [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF' [INFO] [stderr] warning: snprintf( _tmp, sizeof _tmp, fmt, data ); \ [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 3 and 34 bytes into a destination of size 32 [INFO] [stderr] warning: snprintf( _tmp, sizeof _tmp, fmt, data ); \ [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:9: note: in expansion of macro 'STRNCATF' [INFO] [stderr] warning: STRNCATF( buf, "|%s|", insn->prefix_string , len ); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_xml_insn': [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:24: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 22 [-Wformat-truncation=] [INFO] [stderr] warning: STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len ); [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF' [INFO] [stderr] warning: snprintf( _tmp, sizeof _tmp, fmt, data ); \ [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 15 and 46 bytes into a destination of size 32 [INFO] [stderr] warning: snprintf( _tmp, sizeof _tmp, fmt, data ); \ [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:9: note: in expansion of macro 'STRNCATF' [INFO] [stderr] warning: STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len ); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: At top level: [INFO] [stderr] warning: cc1: warning: unrecognized command line option '-Wno-tautological-constant-out-of-range-compare' [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking ron v0.4.2 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking debugid v0.5.3 [INFO] [stderr] Checking pdb v0.5.0 [INFO] [stderr] Checking symbolic-common v6.1.4 [INFO] [stderr] Checking insta v0.8.2 [INFO] [stderr] Checking symbolic-debuginfo v6.1.4 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.03s [INFO] running `"docker" "inspect" "ea71e4a71f8e0d3d4fd47461ea74c146e3c003475ba6f2bf78cda5192491fb02"` [INFO] running `"docker" "rm" "-f" "ea71e4a71f8e0d3d4fd47461ea74c146e3c003475ba6f2bf78cda5192491fb02"` [INFO] [stdout] ea71e4a71f8e0d3d4fd47461ea74c146e3c003475ba6f2bf78cda5192491fb02