nixbot

builds

clan/clan-core build #107 failed

branch main · PR #7537 · commit 919d11a21a · · took 8m 49s

eval warnings 42 kinds · 110 occurrences
  • error ×3
  • error nix_2_30 has been removed. use nix_2_31. ×3
  • warn /nix/var/nix does not exist, so Nix will use "/homeless-shelter/.local/share/nix/root" as a chroot store ×1
  • warn node/Capability.hpp:61:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ZeroTier::Capability::<unnamed>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] ×22
  • warn node/NetworkConfig.cpp:53:15: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ZeroTier::InetAddress' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] ×1
  • warn ext/ed25519-amd64-asm/sc25519.h:18:34: warning: 'crypto_sign_ed25519_amd64_64_sc25519_window4' accessing 85 bytes in a region of size 64 [-Wstringop-overflow=] ×1
  • warn ext/ed25519-amd64-asm/sc25519_window4.c:3:34: warning: argument 1 of type 'signed char[64]' with mismatched bound [-Warray-parameter=] ×1
  • warn node/Network.hpp:484:31: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ZeroTier::Network::_IncomingConfigChunk' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] ×20
  • warn one.cpp:658:75: warning: comparison of integer expressions of different signedness: 'int' and 'nlohmann::basic_json<>::size_type' {aka 'long unsigned int'} [-Wsign-compare] ×1
  • warn one.cpp:674:75: warning: comparison of integer expressions of different signedness: 'int' and 'nlohmann::basic_json<>::size_type' {aka 'long unsigned int'} [-Wsign-compare] ×1
  • warn one.cpp:823:117: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int64_t' {aka 'long int'} [-Wformat=] ×1
  • warn selftest.cpp:1152:23: warning: variable 'salsaKey' set but not used [-Wunused-but-set-variable] ×1
  • warn selftest.cpp:1571:32: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'uint64_t' {aka 'long unsigned int'} [-Wsign-compare] ×1
  • warn selftest.cpp:1587:32: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'uint64_t' {aka 'long unsigned int'} [-Wsign-compare] ×1
  • warn one.cpp:1750:30: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] ×1
  • warn node/../osdep/Phy.hpp:941:31: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn node/Identity.hpp:42:63: warning: '<unnamed>.ZeroTier::World::Root::identity.ZeroTier::Identity::_publicKey' may be used uninitialized [-Wmaybe-uninitialized] ×4
  • warn one.cpp:1349:23: warning: ignoring return value of 'char* getcwd(char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn one.cpp:1357:22: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn one.cpp:1744:15: warning: ignoring return value of 'int lchown(const char*, __uid_t, __gid_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn /nix/store/…-gcc-15.3.0/include/c++/15.3.0/bits/new_allocator.h:191:11: warning: '<anonymous>' may be used uninitialized [-Wmaybe-uninitialized] ×19
  • warn /nix/store/…-glibc-2.42-67-dev/include/bits/string_fortified.h:29:33: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' forming offset [16, 27] is out of the bounds [0, 16] of object 'bindaddr' with type 'sockaddr_in' [-Warray-bounds=] ×2
  • warn /nix/store/…-glibc-2.42-67-dev/include/bits/string_fortified.h:29:33: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' forming offset [16, 27] is out of the bounds [0, 16] of object 'invalidAddr' with type 'sockaddr_in' [-Warray-bounds=] ×2
  • warn one.cpp:1350:49: warning: 'zerotier_dump.txt' directive output may be truncated writing 17 bytes into a region of size between 0 and 16383 [-Wformat-truncation=] ×1
  • warn /nix/store/…-glibc-2.42-67-dev/include/bits/stdio2.h:68:35: warning: '__builtin___snprintf_chk' argument 6 overlaps destination object 'cwd' [-Wrestrict] ×1
  • warn the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 ×1
  • warn osdep/LinuxNetLink.cpp:278:14: warning: unused variable 'ms' [-Wunused-variable] ×1
  • warn osdep/LinuxNetLink.cpp:364:14: warning: unused variable 'ms' [-Wunused-variable] ×1
  • warn nonfree/controller/../../node/Capability.hpp:61:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ZeroTier::Capability::<unnamed>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] ×2
  • warn service/../node/Capability.hpp:61:23: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ZeroTier::Capability::<unnamed>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] ×1
  • warn service/../node/Network.hpp:484:31: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ZeroTier::Network::_IncomingConfigChunk' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] ×1
  • warn osdep/LinuxEthernetTap.cpp:219:21: warning: ignoring return value of 'int pipe(int*)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn osdep/LinuxEthernetTap.cpp:361:22: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn osdep/LinuxEthernetTap.cpp:512:30: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn osdep/Phy.hpp:941:31: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn service/OneService.cpp:1046:22: warning: unused variable 'pinning' [-Wunused-variable] ×1
  • warn service/OneService.cpp:2456:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ZeroTier::InetAddress>::size_type' {aka 'long unsigned int'} [-Wsign-compare] ×1
  • warn service/OneService.cpp:2465:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ZeroTier::InetAddress>::size_type' {aka 'long unsigned int'} [-Wsign-compare] ×1
  • warn service/../node/../osdep/Phy.hpp:263:31: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn service/../node/../osdep/Phy.hpp:941:31: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] ×1
  • warn service/OneService.cpp:1801:102: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 16383 [-Wformat-truncation=] ×1
  • warn service/OneService.cpp:1825:83: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 1 and 16384 [-Wformat-truncation=] ×1

14 failed
failed attributes
status attribute duration
failed aarch64-darwin.darwin-test-darwin-machine 1m 35s
darwin-manual-html: [--redirects REDIRECTS] [--sidebar-depth SIDEBAR_DEPTH] …
darwin-manual-html:
                                     [--redirects REDIRECTS]
                                     [--sidebar-depth SIDEBAR_DEPTH]
                                     [--nav NAV] [--toc-depth [TOC_DEPTH]]
                                     [--chunk-toc-depth [CHUNK_TOC_DEPTH]]
                                     [--section-toc-depth [SECTION_TOC_DEPTH]]
                                     [--no-navheader] [--header HEADER]
                                     infile outfile
nixos-render-docs manual html: error: --toc-depth has been removed, use --sidebar-depth instead
failed aarch64-linux.all-packages 2m 18s
clan-site-0.0.1: node_modules/.pnpm/langium@4.2.1/node_modules/langium/node_modules/.bin/installServerIntoExtension: interpreter directive changed from "#!/bin/ …
clan-site-0.0.1:
node_modules/.pnpm/langium@4.2.1/node_modules/langium/node_modules/.bin/installServerIntoExtension: interpreter directive changed from "#!/bin/sh" to "/nix/store/8m76s9lqyh1if0vi3vrg6rwc2jl9lbrk-bash-5.3p15/bin/sh"
node_modules/.pnpm/regexp-tree@0.1.27/node_modules/regexp-tree/bin/regexp-tree: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/xnskpal5r72nag4yh3qaf9zzmr6v41s3-nodejs-24.18.0/bin/node"
/build/source
Finished pnpmConfigHook
Error: The npm package playwright is of a different version (1.60.0) than the one used in nixpkgs (1.61.1)
Run this command to update the former
  pnpm add -E --filter @clan.lol/svelte-md playwright@1.61.1
failed aarch64-linux.clan-pytest-with-core 6m 19s
clan-pytest-with-core: ++ local hookName=failureHook ++ declare -F failureHook ++ type -p failureHook ++ '[' -n '' ']' ++ return 0 + return 0 + '[' -n '' ']' + …
clan-pytest-with-core:
++ local hookName=failureHook
++ declare -F failureHook
++ type -p failureHook
++ '[' -n '' ']'
++ return 0
+ return 0
+ '[' -n '' ']'
+ return 1
failed aarch64-linux.clan-pytest-without-core 1m 7s
clan-pytest-without-core: ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param... ERROR clan_lib/ssh/ …
clan-pytest-without-core:
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
================== 355 passed, 1 skipped, 16 errors in 3.30s ===================
failed aarch64-linux.clan-site-lint 2m 19s
clan-site-lint: node_modules/.pnpm/langium@4.2.1/node_modules/langium/node_modules/.bin/installServerIntoExtension: interpreter directive changed from "#!/bin/s …
clan-site-lint:
node_modules/.pnpm/langium@4.2.1/node_modules/langium/node_modules/.bin/installServerIntoExtension: interpreter directive changed from "#!/bin/sh" to "/nix/store/8m76s9lqyh1if0vi3vrg6rwc2jl9lbrk-bash-5.3p15/bin/sh"
node_modules/.pnpm/regexp-tree@0.1.27/node_modules/regexp-tree/bin/regexp-tree: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/xnskpal5r72nag4yh3qaf9zzmr6v41s3-nodejs-24.18.0/bin/node"
/build/source
Finished pnpmConfigHook
Error: The npm package playwright is of a different version (1.60.0) than the one used in nixpkgs (1.61.1)
Run this command to update the former
  pnpm add -E --filter @clan.lol/svelte-md playwright@1.61.1
failed aarch64-linux.darwin-test-darwin-machine 1m 29s
darwin-manual-html: [--redirects REDIRECTS] [--sidebar-depth SIDEBAR_DEPTH] …
darwin-manual-html:
                                     [--redirects REDIRECTS]
                                     [--sidebar-depth SIDEBAR_DEPTH]
                                     [--nav NAV] [--toc-depth [TOC_DEPTH]]
                                     [--chunk-toc-depth [CHUNK_TOC_DEPTH]]
                                     [--section-toc-depth [SECTION_TOC_DEPTH]]
                                     [--no-navheader] [--header HEADER]
                                     infile outfile
nixos-render-docs manual html: error: --toc-depth has been removed, use --sidebar-depth instead
failed x86_64-linux.all-packages 2m 23s
clan-site-0.0.1: node_modules/.pnpm/d3-dsv@3.0.1/node_modules/d3-dsv/bin/dsv2json.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/x9 …
clan-site-0.0.1:
node_modules/.pnpm/d3-dsv@3.0.1/node_modules/d3-dsv/bin/dsv2json.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/x98gls54ki3fmm2pv2cmi6z8mcda6glk-nodejs-24.18.0/bin/node"
node_modules/.pnpm/postcss-load-config@6.0.1_postcss@8.5.6_yaml@2.8.2/node_modules/postcss-load-config/node_modules/.bin/yaml: interpreter directive changed from "#!/bin/sh" to "/nix/store/c9mv5v53f7vy3wd00ah0f77k509mzmn7-bash-5.3p15/bin/sh"
/build/source
Finished pnpmConfigHook
Error: The npm package playwright is of a different version (1.60.0) than the one used in nixpkgs (1.61.1)
Run this command to update the former
  pnpm add -E --filter @clan.lol/svelte-md playwright@1.61.1
failed x86_64-linux.clan-pytest-with-core 2m 50s
clan-pytest-with-core: ++ local hookName=failureHook ++ declare -F failureHook ++ type -p failureHook ++ '[' -n '' ']' ++ return 0 + return 0 + '[' -n '' ']' + …
clan-pytest-with-core:
++ local hookName=failureHook
++ declare -F failureHook
++ type -p failureHook
++ '[' -n '' ']'
++ return 0
+ return 0
+ '[' -n '' ']'
+ return 1
failed x86_64-linux.clan-pytest-without-core 1m 14s
clan-pytest-without-core: ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param... ERROR clan_lib/ssh/ …
clan-pytest-without-core:
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
ERROR clan_lib/ssh/remote_test.py - pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to param...
================== 355 passed, 1 skipped, 16 errors in 1.84s ===================
failed x86_64-linux.clan-site-lint 2m 40s
clan-site-lint: node_modules/.pnpm/d3-dsv@3.0.1/node_modules/d3-dsv/bin/dsv2json.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/x98 …
clan-site-lint:
node_modules/.pnpm/d3-dsv@3.0.1/node_modules/d3-dsv/bin/dsv2json.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/x98gls54ki3fmm2pv2cmi6z8mcda6glk-nodejs-24.18.0/bin/node"
node_modules/.pnpm/postcss-load-config@6.0.1_postcss@8.5.6_yaml@2.8.2/node_modules/postcss-load-config/node_modules/.bin/yaml: interpreter directive changed from "#!/bin/sh" to "/nix/store/c9mv5v53f7vy3wd00ah0f77k509mzmn7-bash-5.3p15/bin/sh"
/build/source
Finished pnpmConfigHook
Error: The npm package playwright is of a different version (1.60.0) than the one used in nixpkgs (1.61.1)
Run this command to update the former
  pnpm add -E --filter @clan.lol/svelte-md playwright@1.61.1
failed x86_64-linux.darwin-test-darwin-machine 1m 8s
darwin-manual-html: [--redirects REDIRECTS] [--sidebar-depth SIDEBAR_DEPTH] …
darwin-manual-html:
                                     [--redirects REDIRECTS]
                                     [--sidebar-depth SIDEBAR_DEPTH]
                                     [--nav NAV] [--toc-depth [TOC_DEPTH]]
                                     [--chunk-toc-depth [CHUNK_TOC_DEPTH]]
                                     [--section-toc-depth [SECTION_TOC_DEPTH]]
                                     [--no-navheader] [--header HEADER]
                                     infile outfile
nixos-render-docs manual html: error: --toc-depth has been removed, use --sidebar-depth instead
failed eval x86_64-linux.nixos-test-installation
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1040318.7525d999cd85/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1040318.7525d999cd85/nixexprs.tar.xz?narHash=sha256-DyIgdST66pzDA%2B9KRFS2K3fGgskgCQ8UiBxueFC7CTw%3D»/lib/customisation.nix:415:11:
          414|         // {
          415|           drvPath =
             |           ^
          416|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.test_script':

       … while evaluating definitions from `/nix/store/n6ifn3cyn97hvwkbc8ajp4gi89mklggf-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `testScriptString':

       … while evaluating definitions from `/nix/store/n6ifn3cyn97hvwkbc8ajp4gi89mklggf-source/nixos/lib/testing/testScript.nix':

       … while evaluating the option `testScript':

       … while evaluating definitions from `<unknown-file>':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: nix_2_30 has been removed. use nix_2_31.
failed eval x86_64-linux.nixos-test-installation-age
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1040318.7525d999cd85/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1040318.7525d999cd85/nixexprs.tar.xz?narHash=sha256-DyIgdST66pzDA%2B9KRFS2K3fGgskgCQ8UiBxueFC7CTw%3D»/lib/customisation.nix:415:11:
          414|         // {
          415|           drvPath =
             |           ^
          416|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.test_script':

       … while evaluating definitions from `/nix/store/n6ifn3cyn97hvwkbc8ajp4gi89mklggf-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `testScriptString':

       … while evaluating definitions from `/nix/store/n6ifn3cyn97hvwkbc8ajp4gi89mklggf-source/nixos/lib/testing/testScript.nix':

       … while evaluating the option `testScript':

       … while evaluating definitions from `<unknown-file>':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: nix_2_30 has been removed. use nix_2_31.
failed eval x86_64-linux.nixos-test-installation-password-store
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1040318.7525d999cd85/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1040318.7525d999cd85/nixexprs.tar.xz?narHash=sha256-DyIgdST66pzDA%2B9KRFS2K3fGgskgCQ8UiBxueFC7CTw%3D»/lib/customisation.nix:415:11:
          414|         // {
          415|           drvPath =
             |           ^
          416|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.test_script':

       … while evaluating definitions from `/nix/store/n6ifn3cyn97hvwkbc8ajp4gi89mklggf-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `testScriptString':

       … while evaluating definitions from `/nix/store/n6ifn3cyn97hvwkbc8ajp4gi89mklggf-source/nixos/lib/testing/testScript.nix':

       … while evaluating the option `testScript':

       … while evaluating definitions from `<unknown-file>':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: nix_2_30 has been removed. use nix_2_31.
134 succeeded
succeeded attributes
status attribute duration
loading…
2 already built
skipped attributes
status attribute duration
loading…