Task 59789963574

consensus: Fix potential null pointer crash in CalculateSequenceLocks

2026-01-08 11:35:57 failed fix-sequence-locks-nullptr-crash c16d457321fd54122275f490c7a8dfee5d767886


Commands that took longer than 1 second (total 7m46s)
linedurationpercentagecommand
68123s4%retry -- pip3 install --user --break-system-packages pycapnp zmq
9361s0%1].Add(stats);
96721s4%- skipped
12981s0%compiler flags .................... -O2 -g -std=c++20 -fPIC -fdebug-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -fmacro-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wstack-protector -fstack-protector-all -mbranch-protection=bti -Werror -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough -Wunreachable-code -Wdocumentation -Wself-assign -Wundef -Wno-unused-parameter
13154m43s60%cmake --build /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 -j3 --target all install deploy
22203s0%-DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -I/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/src -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/univalue/include -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/minisketch/include -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/secp256k1/include -I/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/src/ipc -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/ipc/libmultiprocess/include -isystem /opt/homebrew/Cellar/boost/1.90.0/include -isystem /opt/homebrew/Cellar/libevent/2.1.12_1/include -O2 -g -std=c++20 -arch arm64 -fPIE -fvisibility=hidden -fdebug-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -fmacro-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wstack-protector -fstack-protector-all -mbranch-protection=bti -Werror -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough -Wunreachable-code -Wdocumentation -Wself-assign -Wundef -Wno-unused-parameter -MD -MT src/test/CMakeFiles/test_bitcoin.dir/transaction_tests.cpp.o -MF src/test/CMakeFiles/test_bitcoin.dir/transaction_tests.cpp.o.d -o src/test/CMakeFiles/test_bitcoin.dir/transaction_tests.cpp.o -c /Users/runner/work/bitcoin/bitcoin/repo_archive/src/test/transaction_tests.cpp
22723s0%cmake --build /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 -j1 --target all install deploy --verbose
22794s0%-DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -I/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/src -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/univalue/include -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/minisketch/include -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/secp256k1/include -I/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/src/ipc -I/Users/runner/work/bitcoin/bitcoin/repo_archive/src/ipc/libmultiprocess/include -isystem /opt/homebrew/Cellar/boost/1.90.0/include -isystem /opt/homebrew/Cellar/libevent/2.1.12_1/include -O2 -g -std=c++20 -arch arm64 -fPIE -fvisibility=hidden -fdebug-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -fmacro-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wstack-protector -fstack-protector-all -mbranch-protection=bti -Werror -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough -Wunreachable-code -Wdocumentation -Wself-assign -Wundef -Wno-unused-parameter -MD -MT src/test/CMakeFiles/test_bitcoin.dir/transaction_tests.cpp.o -MF src/test/CMakeFiles/test_bitcoin.dir/transaction_tests.cpp.o.d -o src/test/CMakeFiles/test_bitcoin.dir/transaction_tests.cpp.o -c /Users/runner/work/bitcoin/bitcoin/repo_archive/src/test/transaction_tests.cpp
Tags
  • macOS native
  • fix-sequence-locks-nullptr-crash
  • FAILED