1. 24 Jul, 2023 1 commit
  2. 18 Jul, 2023 3 commits
    • Thomas Gambier's avatar
      component/headless-chromium: use external llvm compiler · 6ef78ef0
      Thomas Gambier authored
      When using internal llvm compiler, we got this error on Debian 12
      
      2023-07-12 00:48:42 slapos[2468769] INFO FAILED: brotli
      2023-07-12 00:48:42 slapos[2468769] INFO python3 "../../build/toolchain/gcc_link_wrapper.py" --output="./brotli" -- "/srv/slapgrid/slappart0/t/dvl/i/0/tmp/soft/8db55dc3d35b55b9f773dc4e56fb2801/parts/chromium-source/src/third_party/llvm-build/Release+Asserts/bin/clang++" -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--icf=all -Wl,--color-diagnostics -Wl,--no-call-graph-profile-sort -m64 -no-canonical-prefixes -Werror -Wl,-O2 -Wl,--gc-sections -rdynamic -nostdlib++ --sysroot=../../build/linux/debian_sid_amd64-sysroot -Wl,-z,defs -Wl,--as-needed -pie -Wl,--disable-new-dtags "-Wl,-rpath=/srv/slapgrid/slappart0/t/dvl/i/0/tmp/soft/8db55dc3d35b55b9f773dc4e56fb2801/parts/nss/lib,-rpath=/srv/slapgrid/slappart0/t/dvl/i/0/tmp/soft/8db55dc3d35b55b9f773dc4e56fb2801/parts/nspr/lib" -o "./brotli" -Wl,--start-group @"./brotli.rsp"  -Wl,--end-group  -ldl -lpthread -lrt
      2023-07-12 00:48:42 slapos[2468769] INFO /srv/slapgrid/slappart0/t/dvl/i/0/tmp/soft/8db55dc3d35b55b9f773dc4e56fb2801/parts/chromium-source/src/third_party/llvm-build/Release+Asserts/bin/ld.lld: /srv/slapgrid/slappart0/t/dvl/i/0/tmp/soft/8db55dc3d35b55b9f773dc4e56fb2801/parts/chromium-source/src/third_party/llvm-build/Release+Asserts/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72)
      6ef78ef0
    • Thomas Gambier's avatar
      component/ceph: version up 17.2.6 · 7ed4d19f
      Thomas Gambier authored
      This is needed for Debian 12
      7ed4d19f
    • Thomas Gambier's avatar
  3. 17 Jul, 2023 5 commits
  4. 13 Jul, 2023 3 commits
  5. 10 Jul, 2023 1 commit
  6. 05 Jul, 2023 4 commits
  7. 04 Jul, 2023 5 commits
  8. 03 Jul, 2023 2 commits
  9. 28 Jun, 2023 1 commit
    • Xavier Thompson's avatar
      software/theia: Wait for proxy restart in import · 63078069
      Xavier Thompson authored
      Resiliency import script had a race condition where the proxy might not
      have finished restarting before formatting the partitions, causing the
      import script to randomly fail during format because the proxy is down
      when format tries to send it updated computer information.
      
      See merge request nexedi/slapos!1406
      63078069
  10. 23 Jun, 2023 3 commits
  11. 21 Jun, 2023 1 commit
  12. 20 Jun, 2023 2 commits
    • Jérome Perrin's avatar
      Mariadb 10.4 · 7f2e6b30
      Jérome Perrin authored
      Update mariadb and related components:
      
       - mariadb: 10.3.35 / 10.4.25 => 10.4.28
       - mroonga: 12.09 => 13.01
       - groonga: 12.0.7 => 13.0.1
       - groonga-normalizer-mysql: 1.1.8 => 1.2.1
      
      Drop mariadb 10.3
      
      ---
      
      Updating to 10.4 took time, because running the test from [`software/erp5/test/test/benchmarks.py`](https://lab.nexedi.com/nexedi/slapos/blob/c2e5a077453eea8fdff609d84d090fde40718bfc/software/erp5/test/test/benchmarks.py) sometimes caused mariadb to crash after some time - usually running the test 10 times in a loop was causing the crash (after 1 or 2 days).
      
      Most of the time, mariadb process is still running, but no longer handle clients, gdb always showed a thread like this:
      
      ```
      Thread 160 (Thread 0x7f15a505c700 (LWP 122797)):
      #0  0x00007f1e0454771b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      #1  0x00007f1e044c5558 in malloc () from /lib/x86_64-linux-gnu/libc.so.6
      #2  0x00007f1e04548432 in backtrace_symbols () from /lib/x86_64-linux-gnu/libc.so.6
      #3  0x00007f1df4c8a7c4 in grn_ctx_log_b...
      7f2e6b30
    • Jérome Perrin's avatar
      c2e5a077
  13. 16 Jun, 2023 5 commits
  14. 15 Jun, 2023 3 commits
  15. 14 Jun, 2023 1 commit