build checks.x86_64-linux.macli-gnumake

Reproduce this run
  1. 0.63 s $ /nix/store/vzx1mi9c0xfadmsm9dhd83d005cb1qs9-coreutils-9.8/bin/timeout --kill-after=15s 7200s /nix/store/86n4l5yri6hys3zk2mwy2azcv9prqb8j-nix-2.31.4/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes --log-format internal-json build --no-link git+https://codeberg.org/Sh4pe/make-analyze?ref=main&rev=dedc6768fb86b719efd50035a9ec15ff33a0a318#checks.x86_64-linux.macli-gnumake --print-build-logs
  2. 1.11 s fetching Git repository 'https://codeberg.org/Sh4pe/make-analyze'
  3. 2.61 s
  4. 2.91 s Downloading cached gnumake from https://cache.nix-ci.com
  5. 2.91 s Waiting for lock on macli
  6. 2.99 s Progress: 0 of 3 built, 1 of 1 downloaded from cache
  7. 13.10 s Building macli-gnumake
  8. 13.15 s [macli-gnumake] Phase: unpackPhase
  9. 13.16 s [macli-gnumake] unpacking source archive /nix/store/6ka8qb15xjad1f31k1xakib8lipbrix8-checks
  10. 13.16 s [macli-gnumake] source root is checks
  11. 13.17 s [macli-gnumake] Phase: patchPhase
  12. 13.18 s [macli-gnumake] Phase: updateAutotoolsGnuConfigScriptsPhase
  13. 13.18 s [macli-gnumake] Phase: configurePhase
  14. 13.19 s [macli-gnumake] no configure script, doing nothing
  15. 13.19 s [macli-gnumake] Phase: buildPhase
  16. 13.21 s [macli-gnumake] fail=; \
  17. 13.21 s [macli-gnumake] if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n 'unused' && test -n '/nix/store/skhi6ankhicxp002a24wsp6z1kkjghrj-gnumake'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  18. 13.21 s [macli-gnumake] failcom='fail=yes'; \
  19. 13.21 s [macli-gnumake] else \
  20. 13.21 s [macli-gnumake] failcom='exit 1'; \
  21. 13.21 s [macli-gnumake] fi; \
  22. 13.21 s [macli-gnumake] dot_seen=no; \
  23. 13.21 s [macli-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  24. 13.21 s [macli-gnumake] case "all-recursive" in \
  25. 13.21 s [macli-gnumake] distclean-* | maintainer-clean-*) list='lib po doc' ;; \
  26. 13.21 s [macli-gnumake] *) list='lib po doc' ;; \
  27. 13.21 s [macli-gnumake] esac; \
  28. 13.21 s [macli-gnumake] for subdir in $list; do \
  29. 13.21 s [macli-gnumake] echo "Making $target in $subdir"; \
  30. 13.21 s [macli-gnumake] if test "$subdir" = "."; then \
  31. 13.21 s [macli-gnumake] dot_seen=yes; \
  32. 13.21 s [macli-gnumake] local_target="$target-am"; \
  33. 13.21 s [macli-gnumake] else \
  34. 13.21 s [macli-gnumake] local_target="$target"; \
  35. 13.21 s [macli-gnumake] fi; \
  36. 13.21 s [macli-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  37. 13.21 s [macli-gnumake] || eval $failcom; \
  38. 13.21 s [macli-gnumake] done; \
  39. 13.21 s [macli-gnumake] if test "$dot_seen" = "no"; then \
  40. 13.21 s [macli-gnumake] true "$target-am" || exit 1; \
  41. 13.21 s [macli-gnumake] fi; test -z "$fail"
  42. 13.21 s [macli-gnumake] Making all in lib
  43. 13.21 s [macli-gnumake] Making all in po
  44. 13.21 s [macli-gnumake] Making all in doc
  45. 13.22 s [macli-gnumake] Making all in lib
  46. 13.23 s [macli-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  47. 13.23 s [macli-gnumake] -e 's|@''HAVE_ALLOCA_H''@|1|g' \
  48. 13.23 s [macli-gnumake] ./alloca.in.h > alloca.h-t
  49. 13.23 s [macli-gnumake] mv alloca.h-t alloca.h
  50. 13.23 s [macli-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  51. 13.23 s [macli-gnumake] -e 's/@''HAVE__BOOL''@/1/g' \
  52. 13.23 s [macli-gnumake] ./stdbool.in.h > stdbool.h-t
  53. 13.23 s [macli-gnumake] mv stdbool.h-t stdbool.h
  54. 13.24 s [macli-gnumake] true all-recursive
  55. 13.25 s [macli-gnumake] fail=; \
  56. 13.25 s [macli-gnumake] if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n 'unused' && test -n '/nix/store/skhi6ankhicxp002a24wsp6z1kkjghrj-gnumake/lib'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  57. 13.25 s [macli-gnumake] failcom='fail=yes'; \
  58. 13.25 s [macli-gnumake] else \
  59. 13.25 s [macli-gnumake] failcom='exit 1'; \
  60. 13.25 s [macli-gnumake] fi; \
  61. 13.25 s [macli-gnumake] dot_seen=no; \
  62. 13.25 s [macli-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  63. 13.25 s [macli-gnumake] case "all-recursive" in \
  64. 13.25 s [macli-gnumake] distclean-* | maintainer-clean-*) list='' ;; \
  65. 13.25 s [macli-gnumake] *) list='' ;; \
  66. 13.25 s [macli-gnumake] esac; \
  67. 13.25 s [macli-gnumake] for subdir in $list; do \
  68. 13.25 s [macli-gnumake] echo "Making $target in $subdir"; \
  69. 13.25 s [macli-gnumake] if test "$subdir" = "."; then \
  70. 13.25 s [macli-gnumake] dot_seen=yes; \
  71. 13.25 s [macli-gnumake] local_target="$target-am"; \
  72. 13.25 s [macli-gnumake] else \
  73. 13.25 s [macli-gnumake] local_target="$target"; \
  74. 13.25 s [macli-gnumake] fi; \
  75. 13.25 s [macli-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  76. 13.25 s [macli-gnumake] || eval $failcom; \
  77. 13.25 s [macli-gnumake] done; \
  78. 13.25 s [macli-gnumake] if test "$dot_seen" = "no"; then \
  79. 13.25 s [macli-gnumake] true "$target-am" || exit 1; \
  80. 13.25 s [macli-gnumake] fi; test -z "$fail"
  81. 13.27 s [macli-gnumake] gcc -DHAVE_CONFIG_H -I. -I../src -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -MT libgnu_a-concat-filename.o -MD -MP -MF .deps/libgnu_a-concat-filename.Tpo -c -o libgnu_a-concat-filename.o `test -f 'concat-filename.c' || echo './'`concat-filename.c
  82. 13.27 s [macli-gnumake] mv -f .deps/libgnu_a-concat-filename.Tpo .deps/libgnu_a-concat-filename.Po
  83. 13.27 s [macli-gnumake] gcc -DHAVE_CONFIG_H -I. -I../src -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -MT libgnu_a-findprog-in.o -MD -MP -MF .deps/libgnu_a-findprog-in.Tpo -c -o libgnu_a-findprog-in.o `test -f 'findprog-in.c' || echo './'`findprog-in.c
  84. 13.27 s [macli-gnumake] mv -f .deps/libgnu_a-findprog-in.Tpo .deps/libgnu_a-findprog-in.Po
  85. 13.27 s [macli-gnumake] rm -f libgnu.a
  86. 13.27 s [macli-gnumake] ar cr libgnu.a libgnu_a-concat-filename.o libgnu_a-findprog-in.o
  87. 13.27 s [macli-gnumake] ranlib libgnu.a
  88. 13.29 s [macli-gnumake] Making all in po
  89. 13.30 s [macli-gnumake] Making all in doc
  90. 13.34 s [macli-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src
  91. 13.34 s [macli-gnumake] : > src/.dirstamp
  92. 13.34 s [macli-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src/.deps
  93. 13.34 s [macli-gnumake] : > src/.deps/.dirstamp
  94. 13.34 s [macli-gnumake] depbase=`echo src/ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  95. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/ar.o -MD -MP -MF $depbase.Tpo -c -o src/ar.o src/ar.c &&\
  96. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  97. 13.34 s [macli-gnumake] depbase=`echo src/arscan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  98. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/arscan.o -MD -MP -MF $depbase.Tpo -c -o src/arscan.o src/arscan.c &&\
  99. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  100. 13.34 s [macli-gnumake] depbase=`echo src/commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  101. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/commands.o -MD -MP -MF $depbase.Tpo -c -o src/commands.o src/commands.c &&\
  102. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  103. 13.34 s [macli-gnumake] depbase=`echo src/default.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  104. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/default.o -MD -MP -MF $depbase.Tpo -c -o src/default.o src/default.c &&\
  105. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  106. 13.34 s [macli-gnumake] depbase=`echo src/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  107. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/dir.o -MD -MP -MF $depbase.Tpo -c -o src/dir.o src/dir.c &&\
  108. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  109. 13.34 s [macli-gnumake] depbase=`echo src/expand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  110. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/expand.o -MD -MP -MF $depbase.Tpo -c -o src/expand.o src/expand.c &&\
  111. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  112. 13.34 s [macli-gnumake] depbase=`echo src/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  113. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/file.o -MD -MP -MF $depbase.Tpo -c -o src/file.o src/file.c &&\
  114. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  115. 13.34 s [macli-gnumake] depbase=`echo src/function.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  116. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/function.o -MD -MP -MF $depbase.Tpo -c -o src/function.o src/function.c &&\
  117. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  118. 13.34 s [macli-gnumake] depbase=`echo src/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  119. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/getopt.o -MD -MP -MF $depbase.Tpo -c -o src/getopt.o src/getopt.c &&\
  120. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  121. 13.34 s [macli-gnumake] depbase=`echo src/getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  122. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/getopt1.o -MD -MP -MF $depbase.Tpo -c -o src/getopt1.o src/getopt1.c &&\
  123. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  124. 13.34 s [macli-gnumake] depbase=`echo src/guile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  125. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/guile.o -MD -MP -MF $depbase.Tpo -c -o src/guile.o src/guile.c &&\
  126. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  127. 13.34 s [macli-gnumake] depbase=`echo src/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  128. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/hash.o -MD -MP -MF $depbase.Tpo -c -o src/hash.o src/hash.c &&\
  129. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  130. 13.34 s [macli-gnumake] depbase=`echo src/implicit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  131. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/implicit.o -MD -MP -MF $depbase.Tpo -c -o src/implicit.o src/implicit.c &&\
  132. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  133. 13.34 s [macli-gnumake] depbase=`echo src/job.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  134. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/job.o -MD -MP -MF $depbase.Tpo -c -o src/job.o src/job.c &&\
  135. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  136. 13.34 s [macli-gnumake] depbase=`echo src/load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  137. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/load.o -MD -MP -MF $depbase.Tpo -c -o src/load.o src/load.c &&\
  138. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  139. 13.34 s [macli-gnumake] depbase=`echo src/loadapi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  140. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/loadapi.o -MD -MP -MF $depbase.Tpo -c -o src/loadapi.o src/loadapi.c &&\
  141. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  142. 13.34 s [macli-gnumake] depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  143. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.c &&\
  144. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  145. 13.34 s [macli-gnumake] depbase=`echo src/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  146. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/misc.o -MD -MP -MF $depbase.Tpo -c -o src/misc.o src/misc.c &&\
  147. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  148. 13.34 s [macli-gnumake] depbase=`echo src/output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  149. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/output.o -MD -MP -MF $depbase.Tpo -c -o src/output.o src/output.c &&\
  150. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  151. 13.34 s [macli-gnumake] depbase=`echo src/read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  152. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/read.o -MD -MP -MF $depbase.Tpo -c -o src/read.o src/read.c &&\
  153. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  154. 13.34 s [macli-gnumake] depbase=`echo src/remake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  155. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/remake.o -MD -MP -MF $depbase.Tpo -c -o src/remake.o src/remake.c &&\
  156. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  157. 13.34 s [macli-gnumake] depbase=`echo src/rule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  158. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/rule.o -MD -MP -MF $depbase.Tpo -c -o src/rule.o src/rule.c &&\
  159. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  160. 13.34 s [macli-gnumake] depbase=`echo src/shuffle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  161. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/shuffle.o -MD -MP -MF $depbase.Tpo -c -o src/shuffle.o src/shuffle.c &&\
  162. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  163. 13.34 s [macli-gnumake] depbase=`echo src/signame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  164. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/signame.o -MD -MP -MF $depbase.Tpo -c -o src/signame.o src/signame.c &&\
  165. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  166. 13.34 s [macli-gnumake] depbase=`echo src/strcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  167. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/strcache.o -MD -MP -MF $depbase.Tpo -c -o src/strcache.o src/strcache.c &&\
  168. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  169. 13.34 s [macli-gnumake] depbase=`echo src/variable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  170. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/variable.o -MD -MP -MF $depbase.Tpo -c -o src/variable.o src/variable.c &&\
  171. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  172. 13.34 s [macli-gnumake] depbase=`echo src/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  173. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/version.o -MD -MP -MF $depbase.Tpo -c -o src/version.o src/version.c &&\
  174. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  175. 13.34 s [macli-gnumake] depbase=`echo src/vpath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  176. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/vpath.o -MD -MP -MF $depbase.Tpo -c -o src/vpath.o src/vpath.c &&\
  177. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  178. 13.34 s [macli-gnumake] depbase=`echo src/posixos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  179. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/posixos.o -MD -MP -MF $depbase.Tpo -c -o src/posixos.o src/posixos.c &&\
  180. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  181. 13.34 s [macli-gnumake] depbase=`echo src/remote-stub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  182. 13.34 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/remote-stub.o -MD -MP -MF $depbase.Tpo -c -o src/remote-stub.o src/remote-stub.c &&\
  183. 13.34 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  184. 13.34 s [macli-gnumake] make-analyze: *** No rule to make target 'lib/libgnu.a', needed by 'make'.
  185. 13.39 s [macli-gnumake] fail=; \
  186. 13.39 s [macli-gnumake] if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n 'unused' && test -n '/nix/store/skhi6ankhicxp002a24wsp6z1kkjghrj-gnumake'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  187. 13.39 s [macli-gnumake] failcom='fail=yes'; \
  188. 13.39 s [macli-gnumake] else \
  189. 13.39 s [macli-gnumake] failcom='exit 1'; \
  190. 13.39 s [macli-gnumake] fi; \
  191. 13.39 s [macli-gnumake] dot_seen=no; \
  192. 13.39 s [macli-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  193. 13.39 s [macli-gnumake] case "all-recursive" in \
  194. 13.39 s [macli-gnumake] distclean-* | maintainer-clean-*) list='lib po doc' ;; \
  195. 13.39 s [macli-gnumake] *) list='lib po doc' ;; \
  196. 13.39 s [macli-gnumake] esac; \
  197. 13.39 s [macli-gnumake] for subdir in $list; do \
  198. 13.39 s [macli-gnumake] echo "Making $target in $subdir"; \
  199. 13.39 s [macli-gnumake] if test "$subdir" = "."; then \
  200. 13.39 s [macli-gnumake] dot_seen=yes; \
  201. 13.39 s [macli-gnumake] local_target="$target-am"; \
  202. 13.39 s [macli-gnumake] else \
  203. 13.39 s [macli-gnumake] local_target="$target"; \
  204. 13.39 s [macli-gnumake] fi; \
  205. 13.39 s [macli-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  206. 13.39 s [macli-gnumake] || eval $failcom; \
  207. 13.39 s [macli-gnumake] done; \
  208. 13.39 s [macli-gnumake] if test "$dot_seen" = "no"; then \
  209. 13.39 s [macli-gnumake] true "$target-am" || exit 1; \
  210. 13.39 s [macli-gnumake] fi; test -z "$fail"
  211. 13.40 s [macli-gnumake] Making all in lib
  212. 13.40 s [macli-gnumake] Making all in po
  213. 13.40 s [macli-gnumake] Making all in doc
  214. 13.40 s [macli-gnumake] Making all in lib
  215. 13.42 s [macli-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  216. 13.42 s [macli-gnumake] -e 's|@''HAVE_ALLOCA_H''@|1|g' \
  217. 13.42 s [macli-gnumake] ./alloca.in.h > alloca.h-t
  218. 13.42 s [macli-gnumake] mv alloca.h-t alloca.h
  219. 13.42 s [macli-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  220. 13.42 s [macli-gnumake] -e 's/@''HAVE__BOOL''@/1/g' \
  221. 13.42 s [macli-gnumake] ./stdbool.in.h > stdbool.h-t
  222. 13.42 s [macli-gnumake] mv stdbool.h-t stdbool.h
  223. 13.42 s [macli-gnumake] true all-recursive
  224. 13.43 s [macli-gnumake] fail=; \
  225. 13.43 s [macli-gnumake] if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n 'unused' && test -n '/nix/store/skhi6ankhicxp002a24wsp6z1kkjghrj-gnumake/lib'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  226. 13.43 s [macli-gnumake] failcom='fail=yes'; \
  227. 13.43 s [macli-gnumake] else \
  228. 13.43 s [macli-gnumake] failcom='exit 1'; \
  229. 13.43 s [macli-gnumake] fi; \
  230. 13.43 s [macli-gnumake] dot_seen=no; \
  231. 13.43 s [macli-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  232. 13.43 s [macli-gnumake] case "all-recursive" in \
  233. 13.43 s [macli-gnumake] distclean-* | maintainer-clean-*) list='' ;; \
  234. 13.43 s [macli-gnumake] *) list='' ;; \
  235. 13.43 s [macli-gnumake] esac; \
  236. 13.43 s [macli-gnumake] for subdir in $list; do \
  237. 13.43 s [macli-gnumake] echo "Making $target in $subdir"; \
  238. 13.43 s [macli-gnumake] if test "$subdir" = "."; then \
  239. 13.43 s [macli-gnumake] dot_seen=yes; \
  240. 13.43 s [macli-gnumake] local_target="$target-am"; \
  241. 13.43 s [macli-gnumake] else \
  242. 13.43 s [macli-gnumake] local_target="$target"; \
  243. 13.43 s [macli-gnumake] fi; \
  244. 13.43 s [macli-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  245. 13.43 s [macli-gnumake] || eval $failcom; \
  246. 13.43 s [macli-gnumake] done; \
  247. 13.43 s [macli-gnumake] if test "$dot_seen" = "no"; then \
  248. 13.43 s [macli-gnumake] true "$target-am" || exit 1; \
  249. 13.43 s [macli-gnumake] fi; test -z "$fail"
  250. 13.46 s [macli-gnumake] gcc -DHAVE_CONFIG_H -I. -I../src -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -MT libgnu_a-concat-filename.o -MD -MP -MF .deps/libgnu_a-concat-filename.Tpo -c -o libgnu_a-concat-filename.o `test -f 'concat-filename.c' || echo './'`concat-filename.c
  251. 13.46 s [macli-gnumake] mv -f .deps/libgnu_a-concat-filename.Tpo .deps/libgnu_a-concat-filename.Po
  252. 13.46 s [macli-gnumake] gcc -DHAVE_CONFIG_H -I. -I../src -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -MT libgnu_a-findprog-in.o -MD -MP -MF .deps/libgnu_a-findprog-in.Tpo -c -o libgnu_a-findprog-in.o `test -f 'findprog-in.c' || echo './'`findprog-in.c
  253. 13.46 s [macli-gnumake] mv -f .deps/libgnu_a-findprog-in.Tpo .deps/libgnu_a-findprog-in.Po
  254. 13.46 s [macli-gnumake] rm -f libgnu.a
  255. 13.46 s [macli-gnumake] ar cr libgnu.a libgnu_a-concat-filename.o libgnu_a-findprog-in.o
  256. 13.46 s [macli-gnumake] ranlib libgnu.a
  257. 13.47 s [macli-gnumake] Making all in po
  258. 13.49 s [macli-gnumake] Making all in doc
  259. 13.52 s [macli-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src
  260. 13.52 s [macli-gnumake] : > src/.dirstamp
  261. 13.52 s [macli-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src/.deps
  262. 13.52 s [macli-gnumake] : > src/.deps/.dirstamp
  263. 13.52 s [macli-gnumake] depbase=`echo src/ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  264. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/ar.o -MD -MP -MF $depbase.Tpo -c -o src/ar.o src/ar.c &&\
  265. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  266. 13.52 s [macli-gnumake] depbase=`echo src/arscan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  267. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/arscan.o -MD -MP -MF $depbase.Tpo -c -o src/arscan.o src/arscan.c &&\
  268. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  269. 13.52 s [macli-gnumake] depbase=`echo src/commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  270. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/commands.o -MD -MP -MF $depbase.Tpo -c -o src/commands.o src/commands.c &&\
  271. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  272. 13.52 s [macli-gnumake] depbase=`echo src/default.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  273. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/default.o -MD -MP -MF $depbase.Tpo -c -o src/default.o src/default.c &&\
  274. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  275. 13.52 s [macli-gnumake] depbase=`echo src/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  276. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/dir.o -MD -MP -MF $depbase.Tpo -c -o src/dir.o src/dir.c &&\
  277. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  278. 13.52 s [macli-gnumake] depbase=`echo src/expand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  279. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/expand.o -MD -MP -MF $depbase.Tpo -c -o src/expand.o src/expand.c &&\
  280. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  281. 13.52 s [macli-gnumake] depbase=`echo src/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  282. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/file.o -MD -MP -MF $depbase.Tpo -c -o src/file.o src/file.c &&\
  283. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  284. 13.52 s [macli-gnumake] depbase=`echo src/function.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  285. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/function.o -MD -MP -MF $depbase.Tpo -c -o src/function.o src/function.c &&\
  286. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  287. 13.52 s [macli-gnumake] depbase=`echo src/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  288. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/getopt.o -MD -MP -MF $depbase.Tpo -c -o src/getopt.o src/getopt.c &&\
  289. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  290. 13.52 s [macli-gnumake] depbase=`echo src/getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  291. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/getopt1.o -MD -MP -MF $depbase.Tpo -c -o src/getopt1.o src/getopt1.c &&\
  292. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  293. 13.52 s [macli-gnumake] depbase=`echo src/guile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  294. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/guile.o -MD -MP -MF $depbase.Tpo -c -o src/guile.o src/guile.c &&\
  295. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  296. 13.52 s [macli-gnumake] depbase=`echo src/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  297. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/hash.o -MD -MP -MF $depbase.Tpo -c -o src/hash.o src/hash.c &&\
  298. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  299. 13.52 s [macli-gnumake] depbase=`echo src/implicit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  300. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/implicit.o -MD -MP -MF $depbase.Tpo -c -o src/implicit.o src/implicit.c &&\
  301. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  302. 13.52 s [macli-gnumake] depbase=`echo src/job.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  303. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/job.o -MD -MP -MF $depbase.Tpo -c -o src/job.o src/job.c &&\
  304. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  305. 13.52 s [macli-gnumake] depbase=`echo src/load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  306. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/load.o -MD -MP -MF $depbase.Tpo -c -o src/load.o src/load.c &&\
  307. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  308. 13.52 s [macli-gnumake] depbase=`echo src/loadapi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  309. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/loadapi.o -MD -MP -MF $depbase.Tpo -c -o src/loadapi.o src/loadapi.c &&\
  310. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  311. 13.52 s [macli-gnumake] depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  312. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.c &&\
  313. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  314. 13.52 s [macli-gnumake] depbase=`echo src/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  315. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/misc.o -MD -MP -MF $depbase.Tpo -c -o src/misc.o src/misc.c &&\
  316. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  317. 13.52 s [macli-gnumake] depbase=`echo src/output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  318. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/output.o -MD -MP -MF $depbase.Tpo -c -o src/output.o src/output.c &&\
  319. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  320. 13.52 s [macli-gnumake] depbase=`echo src/read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  321. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/read.o -MD -MP -MF $depbase.Tpo -c -o src/read.o src/read.c &&\
  322. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  323. 13.52 s [macli-gnumake] depbase=`echo src/remake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  324. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/remake.o -MD -MP -MF $depbase.Tpo -c -o src/remake.o src/remake.c &&\
  325. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  326. 13.52 s [macli-gnumake] depbase=`echo src/rule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  327. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/rule.o -MD -MP -MF $depbase.Tpo -c -o src/rule.o src/rule.c &&\
  328. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  329. 13.52 s [macli-gnumake] depbase=`echo src/shuffle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  330. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/shuffle.o -MD -MP -MF $depbase.Tpo -c -o src/shuffle.o src/shuffle.c &&\
  331. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  332. 13.52 s [macli-gnumake] depbase=`echo src/signame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  333. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/signame.o -MD -MP -MF $depbase.Tpo -c -o src/signame.o src/signame.c &&\
  334. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  335. 13.52 s [macli-gnumake] depbase=`echo src/strcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  336. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/strcache.o -MD -MP -MF $depbase.Tpo -c -o src/strcache.o src/strcache.c &&\
  337. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  338. 13.52 s [macli-gnumake] depbase=`echo src/variable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  339. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/variable.o -MD -MP -MF $depbase.Tpo -c -o src/variable.o src/variable.c &&\
  340. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  341. 13.52 s [macli-gnumake] depbase=`echo src/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  342. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/version.o -MD -MP -MF $depbase.Tpo -c -o src/version.o src/version.c &&\
  343. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  344. 13.52 s [macli-gnumake] depbase=`echo src/vpath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  345. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/vpath.o -MD -MP -MF $depbase.Tpo -c -o src/vpath.o src/vpath.c &&\
  346. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  347. 13.52 s [macli-gnumake] depbase=`echo src/posixos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  348. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/posixos.o -MD -MP -MF $depbase.Tpo -c -o src/posixos.o src/posixos.c &&\
  349. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  350. 13.52 s [macli-gnumake] depbase=`echo src/remote-stub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  351. 13.52 s [macli-gnumake] gcc -DHAVE_CONFIG_H -Isrc -I./src -Ilib -I./lib -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT src/remote-stub.o -MD -MP -MF $depbase.Tpo -c -o src/remote-stub.o src/remote-stub.c &&\
  352. 13.52 s [macli-gnumake] mv -f $depbase.Tpo $depbase.Po
  353. 13.52 s [macli-gnumake] make-analyze: *** No rule to make target 'lib/libgnu.a', needed by 'make'.
  354. 13.56 s [macli-gnumake] Run integration test suite against output
  355. 13.57 s [macli-gnumake] debug: testNodeAndVertexSetIsValid...
  356. 13.57 s [macli-gnumake] All tests passed!
  357. 13.59 s [macli-gnumake] debug: testNodeAndVertexSetIsValid...
  358. 13.59 s [macli-gnumake] All tests passed!
  359. 13.59 s [macli-gnumake] Compare graph JSON against golden records
  360. 13.59 s [macli-gnumake] Snapshot test: gnumake-nonexpanded.json
  361. 13.60 s [macli-gnumake] Conversion test: Graph -> .dot -> SVG
  362. 13.64 s [macli-gnumake] Fontconfig error: Cannot load default config file: No such file: (null)
  363. 13.64 s [macli-gnumake]
  364. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  365. 13.64 s [macli-gnumake] /var/cache/fontconfig
  366. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  367. 13.64 s [macli-gnumake]
  368. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  369. 13.64 s [macli-gnumake] /var/cache/fontconfig
  370. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  371. 13.64 s [macli-gnumake]
  372. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  373. 13.64 s [macli-gnumake] /var/cache/fontconfig
  374. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  375. 13.64 s [macli-gnumake]
  376. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  377. 13.64 s [macli-gnumake] /var/cache/fontconfig
  378. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  379. 13.64 s [macli-gnumake]
  380. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  381. 13.64 s [macli-gnumake] /var/cache/fontconfig
  382. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  383. 13.64 s [macli-gnumake]
  384. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  385. 13.64 s [macli-gnumake] /var/cache/fontconfig
  386. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  387. 13.64 s [macli-gnumake]
  388. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  389. 13.64 s [macli-gnumake] /var/cache/fontconfig
  390. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  391. 13.64 s [macli-gnumake]
  392. 13.64 s [macli-gnumake] Fontconfig error: No writable cache directories
  393. 13.64 s [macli-gnumake] /var/cache/fontconfig
  394. 13.64 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  395. 13.69 s [macli-gnumake] Fontconfig error: Cannot load default config file: No such file: (null)
  396. 13.69 s [macli-gnumake]
  397. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  398. 13.69 s [macli-gnumake] /var/cache/fontconfig
  399. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  400. 13.69 s [macli-gnumake]
  401. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  402. 13.69 s [macli-gnumake] /var/cache/fontconfig
  403. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  404. 13.69 s [macli-gnumake]
  405. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  406. 13.69 s [macli-gnumake] /var/cache/fontconfig
  407. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  408. 13.69 s [macli-gnumake]
  409. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  410. 13.69 s [macli-gnumake] /var/cache/fontconfig
  411. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  412. 13.69 s [macli-gnumake]
  413. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  414. 13.69 s [macli-gnumake] /var/cache/fontconfig
  415. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  416. 13.69 s [macli-gnumake]
  417. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  418. 13.69 s [macli-gnumake] /var/cache/fontconfig
  419. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  420. 13.69 s [macli-gnumake]
  421. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  422. 13.69 s [macli-gnumake] /var/cache/fontconfig
  423. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  424. 13.69 s [macli-gnumake]
  425. 13.69 s [macli-gnumake] Fontconfig error: No writable cache directories
  426. 13.69 s [macli-gnumake] /var/cache/fontconfig
  427. 13.69 s [macli-gnumake] /homeless-shelter/.cache/fontconfig
  428. 13.73 s [macli-gnumake] Conversion test: Graph -> .gt
  429. 13.78 s [macli-gnumake] Phase: installPhase
  430. 13.80 s [macli-gnumake] Phase: fixupPhase
  431. 13.81 s [macli-gnumake] shrinking RPATHs of ELF executables and libraries in /nix/store/ac68ffdy0y6zx87bg81f5gamb7iag910-macli-gnumake
  432. 13.81 s [macli-gnumake] checking for references to /build/ in /nix/store/ac68ffdy0y6zx87bg81f5gamb7iag910-macli-gnumake...
  433. 13.82 s [macli-gnumake] patching script interpreter paths in /nix/store/ac68ffdy0y6zx87bg81f5gamb7iag910-macli-gnumake
  434. 13.90 s [macli-gnumake] automatically fixing dependencies for ELF files
  435. 13.90 s [macli-gnumake] {'add_existing': True,
  436. 13.90 s [macli-gnumake] 'append_rpaths': [],
  437. 13.90 s [macli-gnumake] 'extra_args': [],
  438. 13.90 s [macli-gnumake] 'ignore_missing': [],
  439. 13.90 s [macli-gnumake] 'keep_libc': False,
  440. 13.90 s [macli-gnumake] 'libs': [PosixPath('/nix/store/wl92jigap4538h7jqa2mb8k4pk1wbbzz-make-analyze-test-env/lib'),
  441. 13.90 s [macli-gnumake] PosixPath('/nix/store/m6hb5mhq60sf76bblar21c32z221jl79-auto-patchelf-hook/lib'),
  442. 13.90 s [macli-gnumake] PosixPath('/nix/store/fb5qqnfvlc6gqv33xqvfikdvgblrmri1-auto-patchelf-0-unstable-2024-08-14/lib'),
  443. 13.90 s [macli-gnumake] PosixPath('/nix/store/3sgp0d8vhhl92pik611ddamd876jmwv0-binutils-wrapper-2.44/lib'),
  444. 13.90 s [macli-gnumake] PosixPath('/nix/store/28wd9y9ndcgjqc7qrjszvghfv4r2kdrn-patchelf-0.15.2/lib'),
  445. 13.90 s [macli-gnumake] PosixPath('/nix/store/fsv41lv1q02kkycgx48s0h578y7j3gw2-update-autotools-gnu-config-scripts-hook/lib'),
  446. 13.90 s [macli-gnumake] PosixPath('/nix/store/0y5xmdb7qfvimjwbq7ibg1xdgkgjwqng-no-broken-symlinks.sh/lib'),
  447. 13.90 s [macli-gnumake] PosixPath('/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh/lib'),
  448. 13.90 s [macli-gnumake] PosixPath('/nix/store/85clx3b0xkdf58jn161iy80y5223ilbi-compress-man-pages.sh/lib'),
  449. 13.90 s [macli-gnumake] PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
  450. 13.90 s [macli-gnumake] PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
  451. 13.90 s [macli-gnumake] PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
  452. 13.90 s [macli-gnumake] PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
  453. 13.90 s [macli-gnumake] PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
  454. 13.90 s [macli-gnumake] PosixPath('/nix/store/cmzya9irvxzlkh7lfy6i82gbp0saxqj3-multiple-outputs.sh/lib'),
  455. 13.90 s [macli-gnumake] PosixPath('/nix/store/x8c40nfigps493a07sdr2pm5s9j1cdc0-patch-shebangs.sh/lib'),
  456. 13.90 s [macli-gnumake] PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
  457. 13.90 s [macli-gnumake] PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
  458. 13.90 s [macli-gnumake] PosixPath('/nix/store/z7k98578dfzi6l3hsvbivzm7hfqlk0zc-set-source-date-epoch-to-latest.sh/lib'),
  459. 13.90 s [macli-gnumake] PosixPath('/nix/store/pilsssjjdxvdphlg2h19p0bfx5q0jzkn-strip.sh/lib'),
  460. 13.90 s [macli-gnumake] PosixPath('/nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/lib'),
  461. 13.90 s [macli-gnumake] PosixPath('/nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/lib'),
  462. 13.90 s [macli-gnumake] PosixPath('/nix/store/wl92jigap4538h7jqa2mb8k4pk1wbbzz-make-analyze-test-env/lib'),
  463. 13.90 s [macli-gnumake] PosixPath('/nix/store/m6hb5mhq60sf76bblar21c32z221jl79-auto-patchelf-hook/lib'),
  464. 13.90 s [macli-gnumake] PosixPath('/nix/store/fb5qqnfvlc6gqv33xqvfikdvgblrmri1-auto-patchelf-0-unstable-2024-08-14/lib'),
  465. 13.90 s [macli-gnumake] PosixPath('/nix/store/3sgp0d8vhhl92pik611ddamd876jmwv0-binutils-wrapper-2.44/lib'),
  466. 13.90 s [macli-gnumake] PosixPath('/nix/store/28wd9y9ndcgjqc7qrjszvghfv4r2kdrn-patchelf-0.15.2/lib'),
  467. 13.90 s [macli-gnumake] PosixPath('/nix/store/fsv41lv1q02kkycgx48s0h578y7j3gw2-update-autotools-gnu-config-scripts-hook/lib'),
  468. 13.90 s [macli-gnumake] PosixPath('/nix/store/0y5xmdb7qfvimjwbq7ibg1xdgkgjwqng-no-broken-symlinks.sh/lib'),
  469. 13.90 s [macli-gnumake] PosixPath('/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh/lib'),
  470. 13.90 s [macli-gnumake] PosixPath('/nix/store/85clx3b0xkdf58jn161iy80y5223ilbi-compress-man-pages.sh/lib'),
  471. 13.90 s [macli-gnumake] PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
  472. 13.90 s [macli-gnumake] PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
  473. 13.90 s [macli-gnumake] PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
  474. 13.90 s [macli-gnumake] PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
  475. 13.90 s [macli-gnumake] PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
  476. 13.90 s [macli-gnumake] PosixPath('/nix/store/cmzya9irvxzlkh7lfy6i82gbp0saxqj3-multiple-outputs.sh/lib'),
  477. 13.90 s [macli-gnumake] PosixPath('/nix/store/x8c40nfigps493a07sdr2pm5s9j1cdc0-patch-shebangs.sh/lib'),
  478. 13.90 s [macli-gnumake] PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
  479. 13.90 s [macli-gnumake] PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
  480. 13.90 s [macli-gnumake] PosixPath('/nix/store/z7k98578dfzi6l3hsvbivzm7hfqlk0zc-set-source-date-epoch-to-latest.sh/lib'),
  481. 13.90 s [macli-gnumake] PosixPath('/nix/store/pilsssjjdxvdphlg2h19p0bfx5q0jzkn-strip.sh/lib'),
  482. 13.90 s [macli-gnumake] PosixPath('/nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/lib'),
  483. 13.90 s [macli-gnumake] PosixPath('/nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/lib')],
  484. 13.90 s [macli-gnumake] 'paths': [PosixPath('/nix/store/ac68ffdy0y6zx87bg81f5gamb7iag910-macli-gnumake')],
  485. 13.90 s [macli-gnumake] 'recursive': True,
  486. 13.90 s [macli-gnumake] 'runtime_dependencies': []}
  487. 14.05 s [macli-gnumake] auto-patchelf: 0 dependencies could not be satisfied
  488. 14.08 s [post-build-hook] Uploading to the NixCI cache: /nix/store/ac68ffdy0y6zx87bg81f5gamb7iag910-macli-gnumake
  489. 14.14 s [post-build-hook] copying 1 paths...
  490. 14.14 s [post-build-hook] copying path '/nix/store/ac68ffdy0y6zx87bg81f5gamb7iag910-macli-gnumake' to 'https://cache.nix-ci.com'...
  491. 14.55 s [post-build-hook] copying 2 paths...
  492. 14.55 s [post-build-hook] copying path '/nix/store/6ka8qb15xjad1f31k1xakib8lipbrix8-checks' to 'https://cache.nix-ci.com'...
  493. 14.70 s [post-build-hook] copying path '/nix/store/j5hn29cvg0fn4f6fk91nfg2gpaglmxf7-macli-gnumake.drv' to 'https://cache.nix-ci.com'...
  494. 14.86 s Progress: 1 of 2 built, 1 of 1 downloaded from cache