[INFO] crate symbolic-minidump 7.4.0 is already in cache
[INFO] testing symbolic-minidump-7.4.0 against 1.45.2 for beta-1.46-1
[INFO] extracting crate symbolic-minidump 7.4.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate symbolic-minidump 7.4.0 on toolchain 1.45.2
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate symbolic-minidump 7.4.0
[INFO] finished tweaking crates.io crate symbolic-minidump 7.4.0
[INFO] tweaked toml for crates.io crate symbolic-minidump 7.4.0 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 644ebd1c6b6561e5464b1d1a443f3da6220af7b9686fc506874b00e3f2ec155c
[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" "644ebd1c6b6561e5464b1d1a443f3da6220af7b9686fc506874b00e3f2ec155c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "644ebd1c6b6561e5464b1d1a443f3da6220af7b9686fc506874b00e3f2ec155c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "644ebd1c6b6561e5464b1d1a443f3da6220af7b9686fc506874b00e3f2ec155c", kill_on_drop: false }`
[INFO] [stdout] 644ebd1c6b6561e5464b1d1a443f3da6220af7b9686fc506874b00e3f2ec155c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7bb09b0546299608fadb9dd8f880e4e98ce0787eee086df265810ff9d74e6613
[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" "7bb09b0546299608fadb9dd8f880e4e98ce0787eee086df265810ff9d74e6613", kill_on_drop: false }`
[INFO] [stderr] Compiling dmsort v1.0.0
[INFO] [stderr] Compiling debugid v0.7.2
[INFO] [stderr] Compiling gimli v0.21.0
[INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8
[INFO] [stderr] Compiling symbolic-minidump v7.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] Compiling scroll_derive v0.10.2
[INFO] [stderr] Compiling symbolic-common v7.4.0
[INFO] [stderr] Compiling bzip2 v0.3.3
[INFO] [stderr] Compiling zip v0.5.6
[INFO] [stderr] Compiling scroll v0.10.1
[INFO] [stderr] Compiling pdb v0.6.0
[INFO] [stderr] Compiling goblin v0.2.3
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_expr':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:48: note: format string is defined here
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:48: note: format string is defined here
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_att':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:40: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:44: note: format string is defined here
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[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: 837 | "\t\t\n", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:49: note: format string is defined here
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 12 and 43 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:48: note: format string is defined here
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_raw':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:41: note: format string is defined here
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:41: note: format string is defined here
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_insn_note':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:24: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:28: note: format string is defined here
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_raw_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:24: warning: '|' directive output may be truncated writing 1 byte into a region of size between 0 and 31 [-Wformat-truncation=]
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:28: note: format string is defined here
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[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: 34 | 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: 1141 | 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: 1181 | 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:37: note: format string is defined here
[INFO] [stderr] warning: 1181 | 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:9: note: 'snprintf' output between 15 and 46 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | 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: 1181 | 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: In function 'x86_format_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:38: note: format string is defined here
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:38: note: format string is defined here
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:32: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:37: note: format string is defined here
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:17: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, 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] Compiling symbolic-debuginfo v7.4.0
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.72s
[INFO] running `Command { std: "docker" "inspect" "7bb09b0546299608fadb9dd8f880e4e98ce0787eee086df265810ff9d74e6613", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bb09b0546299608fadb9dd8f880e4e98ce0787eee086df265810ff9d74e6613", kill_on_drop: false }`
[INFO] [stdout] 7bb09b0546299608fadb9dd8f880e4e98ce0787eee086df265810ff9d74e6613
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6bd3a732db4eb4ca19ab46ee3ac64a0ca53c10eeb8f2fdfaef637b19717da1ea
[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" "6bd3a732db4eb4ca19ab46ee3ac64a0ca53c10eeb8f2fdfaef637b19717da1ea", kill_on_drop: false }`
[INFO] [stderr] Compiling terminal_size v0.1.13
[INFO] [stderr] Compiling termios v0.3.2
[INFO] [stderr] Compiling clicolors-control v1.0.1
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_expr':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:48: note: format string is defined here
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:48: note: format string is defined here
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_att':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:40: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:44: note: format string is defined here
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[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: 837 | "\t\t\n", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:49: note: format string is defined here
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 12 and 43 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:48: note: format string is defined here
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_raw':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:41: note: format string is defined here
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:41: note: format string is defined here
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_insn_note':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:24: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:28: note: format string is defined here
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_raw_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:24: warning: '|' directive output may be truncated writing 1 byte into a region of size between 0 and 31 [-Wformat-truncation=]
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:28: note: format string is defined here
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[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: 34 | 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: 1141 | 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: 1181 | 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:37: note: format string is defined here
[INFO] [stderr] warning: 1181 | 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:9: note: 'snprintf' output between 15 and 46 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | 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: 1181 | 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: In function 'x86_format_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:38: note: format string is defined here
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:38: note: format string is defined here
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:32: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:37: note: format string is defined here
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:17: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, 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] Compiling console v0.10.3
[INFO] [stderr] Compiling insta v0.15.0
[INFO] [stderr] Compiling symbolic-minidump v7.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.11s
[INFO] running `Command { std: "docker" "inspect" "6bd3a732db4eb4ca19ab46ee3ac64a0ca53c10eeb8f2fdfaef637b19717da1ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bd3a732db4eb4ca19ab46ee3ac64a0ca53c10eeb8f2fdfaef637b19717da1ea", kill_on_drop: false }`
[INFO] [stdout] 6bd3a732db4eb4ca19ab46ee3ac64a0ca53c10eeb8f2fdfaef637b19717da1ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b4a7028529919e6adcbfdac3a0aeb4d8d10650fe14e80d457210945ae5c476d3
[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" "b4a7028529919e6adcbfdac3a0aeb4d8d10650fe14e80d457210945ae5c476d3", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_expr':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:48: note: format string is defined here
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:48: note: format string is defined here
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_att':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:40: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:44: note: format string is defined here
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[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: 837 | "\t\t\n", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:49: note: format string is defined here
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 12 and 43 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:48: note: format string is defined here
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_raw':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:41: note: format string is defined here
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:41: note: format string is defined here
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_insn_note':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:24: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:28: note: format string is defined here
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_raw_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:24: warning: '|' directive output may be truncated writing 1 byte into a region of size between 0 and 31 [-Wformat-truncation=]
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:28: note: format string is defined here
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[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: 34 | 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: 1141 | 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: 1181 | 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:37: note: format string is defined here
[INFO] [stderr] warning: 1181 | 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:9: note: 'snprintf' output between 15 and 46 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | 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: 1181 | 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: In function 'x86_format_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:38: note: format string is defined here
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:38: note: format string is defined here
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:32: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, 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: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:37: note: format string is defined here
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:17: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, 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] Finished test [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr] Running /opt/rustwide/target/debug/deps/symbolic_minidump-1711c026fa5c91f7
[INFO] [stdout]
[INFO] [stderr] Doc-tests symbolic-minidump
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/cfi.rs - cfi::AsciiCfiWriter (line 175) ... ok
[INFO] [stdout] test src/cfi.rs - cfi::CfiCache (line 705) ... ok
[INFO] [stdout] test src/cfi.rs - cfi::AsciiCfiWriter (line 157) ... ok
[INFO] [stdout] test src/cfi.rs - cfi::CfiCache (line 720) ... ok
[INFO] [stdout] test src/processor.rs - processor::CodeModuleId (line 97) ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "b4a7028529919e6adcbfdac3a0aeb4d8d10650fe14e80d457210945ae5c476d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4a7028529919e6adcbfdac3a0aeb4d8d10650fe14e80d457210945ae5c476d3", kill_on_drop: false }`
[INFO] [stdout] b4a7028529919e6adcbfdac3a0aeb4d8d10650fe14e80d457210945ae5c476d3