[INFO] fetching crate glslopt 0.1.12... [INFO] testing glslopt-0.1.12 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate glslopt 0.1.12 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate glslopt 0.1.12 [INFO] finished tweaking crates.io crate glslopt 0.1.12 [INFO] tweaked toml for crates.io crate glslopt 0.1.12 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate glslopt 0.1.12 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate glslopt 0.1.12 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cc v1.1.15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 900acf9e172299c2ff87c06631657c7c4ed75b68528604317125c05a366ff5cc [INFO] running `Command { std: "docker" "start" "-a" "900acf9e172299c2ff87c06631657c7c4ed75b68528604317125c05a366ff5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "900acf9e172299c2ff87c06631657c7c4ed75b68528604317125c05a366ff5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "900acf9e172299c2ff87c06631657c7c4ed75b68528604317125c05a366ff5cc", kill_on_drop: false }` [INFO] [stdout] 900acf9e172299c2ff87c06631657c7c4ed75b68528604317125c05a366ff5cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5692e4dcd1cd1d07a08282757faf8c2c14603159fee02f6468bd3ccc48d84a19 [INFO] running `Command { std: "docker" "start" "-a" "5692e4dcd1cd1d07a08282757faf8c2c14603159fee02f6468bd3ccc48d84a19", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Compiling glslopt v0.1.12 (/opt/rustwide/workdir) [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:87: warning: "M_PIf" redefined [INFO] [stderr] warning: glslopt@0.1.12: 87 | #define M_PIf ((float) M_PI) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: In file included from /usr/include/c++/13/cmath:47, [INFO] [stderr] warning: glslopt@0.1.12: from /usr/include/c++/13/math.h:36, [INFO] [stderr] warning: glslopt@0.1.12: from glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:83: [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1169: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1169 | # define M_PIf 3.14159265358979323846f /* pi */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:88: warning: "M_PI_2f" redefined [INFO] [stderr] warning: glslopt@0.1.12: 88 | #define M_PI_2f ((float) M_PI_2) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1170: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1170 | # define M_PI_2f 1.57079632679489661923f /* pi/2 */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:89: warning: "M_PI_4f" redefined [INFO] [stderr] warning: glslopt@0.1.12: 89 | #define M_PI_4f ((float) M_PI_4) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1171: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1171 | # define M_PI_4f 0.78539816339744830962f /* pi/4 */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.60s [INFO] running `Command { std: "docker" "inspect" "5692e4dcd1cd1d07a08282757faf8c2c14603159fee02f6468bd3ccc48d84a19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5692e4dcd1cd1d07a08282757faf8c2c14603159fee02f6468bd3ccc48d84a19", kill_on_drop: false }` [INFO] [stdout] 5692e4dcd1cd1d07a08282757faf8c2c14603159fee02f6468bd3ccc48d84a19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 467a358a68020a22a5e2c089c430f6ae4fa46ad7676da0e8d18e8d3b526bbff1 [INFO] running `Command { std: "docker" "start" "-a" "467a358a68020a22a5e2c089c430f6ae4fa46ad7676da0e8d18e8d3b526bbff1", kill_on_drop: false }` [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:87: warning: "M_PIf" redefined [INFO] [stderr] warning: glslopt@0.1.12: 87 | #define M_PIf ((float) M_PI) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: In file included from /usr/include/c++/13/cmath:47, [INFO] [stderr] warning: glslopt@0.1.12: from /usr/include/c++/13/math.h:36, [INFO] [stderr] warning: glslopt@0.1.12: from glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:83: [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1169: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1169 | # define M_PIf 3.14159265358979323846f /* pi */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:88: warning: "M_PI_2f" redefined [INFO] [stderr] warning: glslopt@0.1.12: 88 | #define M_PI_2f ((float) M_PI_2) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1170: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1170 | # define M_PI_2f 1.57079632679489661923f /* pi/2 */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:89: warning: "M_PI_4f" redefined [INFO] [stderr] warning: glslopt@0.1.12: 89 | #define M_PI_4f ((float) M_PI_4) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1171: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1171 | # define M_PI_4f 0.78539816339744830962f /* pi/4 */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] Compiling glslopt v0.1.12 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "467a358a68020a22a5e2c089c430f6ae4fa46ad7676da0e8d18e8d3b526bbff1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "467a358a68020a22a5e2c089c430f6ae4fa46ad7676da0e8d18e8d3b526bbff1", kill_on_drop: false }` [INFO] [stdout] 467a358a68020a22a5e2c089c430f6ae4fa46ad7676da0e8d18e8d3b526bbff1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f1d13d2a5f385048ad512eede54e6aeb6eb7871ea7347e9ed4be7f4eb2dd9e59 [INFO] running `Command { std: "docker" "start" "-a" "f1d13d2a5f385048ad512eede54e6aeb6eb7871ea7347e9ed4be7f4eb2dd9e59", kill_on_drop: false }` [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:87: warning: "M_PIf" redefined [INFO] [stdout] [INFO] [stderr] warning: glslopt@0.1.12: 87 | #define M_PIf ((float) M_PI) [INFO] [stdout] running 0 tests [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stdout] [INFO] [stderr] warning: glslopt@0.1.12: In file included from /usr/include/c++/13/cmath:47, [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: glslopt@0.1.12: from /usr/include/c++/13/math.h:36, [INFO] [stdout] [INFO] [stderr] warning: glslopt@0.1.12: from glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:83: [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1169: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1169 | # define M_PIf 3.14159265358979323846f /* pi */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:88: warning: "M_PI_2f" redefined [INFO] [stderr] warning: glslopt@0.1.12: 88 | #define M_PI_2f ((float) M_PI_2) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1170: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1170 | # define M_PI_2f 1.57079632679489661923f /* pi/2 */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: glsl-optimizer/src/compiler/glsl/builtin_functions.cpp:89: warning: "M_PI_4f" redefined [INFO] [stderr] warning: glslopt@0.1.12: 89 | #define M_PI_4f ((float) M_PI_4) [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] warning: glslopt@0.1.12: /usr/include/math.h:1171: note: this is the location of the previous definition [INFO] [stderr] warning: glslopt@0.1.12: 1171 | # define M_PI_4f 0.78539816339744830962f /* pi/4 */ [INFO] [stderr] warning: glslopt@0.1.12: | [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glslopt-0adf7fcbafb0ccf3) [INFO] [stderr] Doc-tests glslopt [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f1d13d2a5f385048ad512eede54e6aeb6eb7871ea7347e9ed4be7f4eb2dd9e59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1d13d2a5f385048ad512eede54e6aeb6eb7871ea7347e9ed4be7f4eb2dd9e59", kill_on_drop: false }` [INFO] [stdout] f1d13d2a5f385048ad512eede54e6aeb6eb7871ea7347e9ed4be7f4eb2dd9e59