[INFO] fetching crate algorithmify 0.1.1... [INFO] testing algorithmify-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate algorithmify 0.1.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate algorithmify 0.1.1 [INFO] finished tweaking crates.io crate algorithmify 0.1.1 [INFO] tweaked toml for crates.io crate algorithmify 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate algorithmify 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6fab0098923486d2f7732c1443a118a0d97a0c70ed13e520d7582e9856474a6 [INFO] running `Command { std: "docker" "start" "-a" "b6fab0098923486d2f7732c1443a118a0d97a0c70ed13e520d7582e9856474a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6fab0098923486d2f7732c1443a118a0d97a0c70ed13e520d7582e9856474a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6fab0098923486d2f7732c1443a118a0d97a0c70ed13e520d7582e9856474a6", kill_on_drop: false }` [INFO] [stdout] b6fab0098923486d2f7732c1443a118a0d97a0c70ed13e520d7582e9856474a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aed6e503a788ee9dd5505cccb493f967dfa7d4de3c2dcafd0513fb7d5267b26c [INFO] running `Command { std: "docker" "start" "-a" "aed6e503a788ee9dd5505cccb493f967dfa7d4de3c2dcafd0513fb7d5267b26c", kill_on_drop: false }` [INFO] [stderr] Compiling algorithmify_macros v0.1.1 [INFO] [stderr] Compiling algorithmify v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/expressions/functions.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Clone, PartialEq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] 69 | pub struct FunctionCall { [INFO] [stdout] 70 | pub builder: FunctionBuilder, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "aed6e503a788ee9dd5505cccb493f967dfa7d4de3c2dcafd0513fb7d5267b26c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aed6e503a788ee9dd5505cccb493f967dfa7d4de3c2dcafd0513fb7d5267b26c", kill_on_drop: false }` [INFO] [stdout] aed6e503a788ee9dd5505cccb493f967dfa7d4de3c2dcafd0513fb7d5267b26c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e00368052bbb1b6d9b0ddac2200a2eccbdb0c64642b24cb2f71cb8b4fede884a [INFO] running `Command { std: "docker" "start" "-a" "e00368052bbb1b6d9b0ddac2200a2eccbdb0c64642b24cb2f71cb8b4fede884a", kill_on_drop: false }` [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/expressions/functions.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Clone, PartialEq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] 69 | pub struct FunctionCall { [INFO] [stdout] 70 | pub builder: FunctionBuilder, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling algorithmify v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/expressions/functions.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Clone, PartialEq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] 69 | pub struct FunctionCall { [INFO] [stdout] 70 | pub builder: FunctionBuilder, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "e00368052bbb1b6d9b0ddac2200a2eccbdb0c64642b24cb2f71cb8b4fede884a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e00368052bbb1b6d9b0ddac2200a2eccbdb0c64642b24cb2f71cb8b4fede884a", kill_on_drop: false }` [INFO] [stdout] e00368052bbb1b6d9b0ddac2200a2eccbdb0c64642b24cb2f71cb8b4fede884a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2b57f08520f7c1c671ef38392070b7a1dd1a47d16508f4ed4bd25780d5279835 [INFO] running `Command { std: "docker" "start" "-a" "2b57f08520f7c1c671ef38392070b7a1dd1a47d16508f4ed4bd25780d5279835", kill_on_drop: false }` [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/expressions/functions.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 68 | #[derive(Debug, Clone, PartialEq)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] 69 | pub struct FunctionCall { [INFO] [stderr] 70 | pub builder: FunctionBuilder, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `algorithmify` (lib) generated 1 warning [INFO] [stderr] warning: `algorithmify` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/algorithmify-1b58f9aa95a2b0fc) [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] [stderr] Running tests/main.rs (/opt/rustwide/target/debug/deps/main-a15f31fcbc93dba9) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test expressions::block_tests::test_block ... ok [INFO] [stdout] test expressions::block_tests::test_block_scope ... ok [INFO] [stdout] test expressions::condition_tests::test_else_if_condition ... ok [INFO] [stdout] test expressions::condition_tests::test_basic_if_condition ... ok [INFO] [stdout] test algorithms::insertion_sort::test_insertion_sort ... ok [INFO] [stdout] test expressions::expression_test::test_function_call ... ok [INFO] [stdout] test expressions::condition_tests::test_if_else_condition ... ok [INFO] [stdout] test expressions::expression_test::test_vector ... ok [INFO] [stdout] test expressions::expression_test::test_vector_copy ... ok [INFO] [stdout] test expressions::loop_tests::test_for_loop ... ok [INFO] [stdout] test expressions::loop_tests::test_for_loop_variable_bounds ... ok [INFO] [stdout] test expressions::expression_test::test_method_call ... ok [INFO] [stdout] test expressions::loop_tests::test_while_loop ... ok [INFO] [stdout] test expressions::operations_tests::addition_test ... ok [INFO] [stdout] test expressions::loop_tests::test_for_loop_variable_reassignment ... ok [INFO] [stdout] test expressions::operations_tests::division_test ... ok [INFO] [stdout] test expressions::operations_tests::boolean_logic_test ... ok [INFO] [stdout] test expressions::operations_tests::parametherized_expression_test ... ok [INFO] [stdout] test expressions::operations_tests::operator_precedence_test ... ok [INFO] [stdout] test expressions::operations_tests::substraction_test ... ok [INFO] [stdout] test expressions::operations_tests::multiplication_test ... ok [INFO] [stderr] Doc-tests algorithmify [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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" "2b57f08520f7c1c671ef38392070b7a1dd1a47d16508f4ed4bd25780d5279835", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b57f08520f7c1c671ef38392070b7a1dd1a47d16508f4ed4bd25780d5279835", kill_on_drop: false }` [INFO] [stdout] 2b57f08520f7c1c671ef38392070b7a1dd1a47d16508f4ed4bd25780d5279835