1. 0.07 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=fb9898c90c49c3714ff91b1263cfe5db9cdf8d23#checks.x86_64-linux.gnumake --print-build-logs
  2. 2.05 s
  3. 2.53 s Building check-gnumake
  4. 2.60 s [check-gnumake] Phase: unpackPhase
  5. 2.60 s [check-gnumake] unpacking source archive /nix/store/80phjiph4301rfyib06wb6jq2ylc3qxl-njh1dhl4z1q9maphv1vi3ajcc9898jm2-source
  6. 2.64 s [check-gnumake] source root is njh1dhl4z1q9maphv1vi3ajcc9898jm2-source
  7. 2.65 s [check-gnumake] Phase: patchPhase
  8. 2.66 s [check-gnumake] Phase: updateAutotoolsGnuConfigScriptsPhase
  9. 2.67 s [check-gnumake] Updating Autotools / GNU config script to a newer upstream version: ./make/make-4.4/build-aux/config.sub
  10. 2.67 s [check-gnumake] Updating Autotools / GNU config script to a newer upstream version: ./make/make-4.4/build-aux/config.guess
  11. 2.68 s [check-gnumake] Phase: configurePhase
  12. 2.69 s [check-gnumake] no configure script, doing nothing
  13. 2.69 s [check-gnumake] Phase: buildPhase
  14. 2.71 s [check-gnumake] fail=; \
  15. 2.71 s [check-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 \
  16. 2.71 s [check-gnumake] failcom='fail=yes'; \
  17. 2.71 s [check-gnumake] else \
  18. 2.71 s [check-gnumake] failcom='exit 1'; \
  19. 2.71 s [check-gnumake] fi; \
  20. 2.71 s [check-gnumake] dot_seen=no; \
  21. 2.71 s [check-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  22. 2.71 s [check-gnumake] case "all-recursive" in \
  23. 2.71 s [check-gnumake] distclean-* | maintainer-clean-*) list='lib po doc' ;; \
  24. 2.71 s [check-gnumake] *) list='lib po doc' ;; \
  25. 2.71 s [check-gnumake] esac; \
  26. 2.71 s [check-gnumake] for subdir in $list; do \
  27. 2.71 s [check-gnumake] echo "Making $target in $subdir"; \
  28. 2.71 s [check-gnumake] if test "$subdir" = "."; then \
  29. 2.71 s [check-gnumake] dot_seen=yes; \
  30. 2.71 s [check-gnumake] local_target="$target-am"; \
  31. 2.71 s [check-gnumake] else \
  32. 2.71 s [check-gnumake] local_target="$target"; \
  33. 2.71 s [check-gnumake] fi; \
  34. 2.71 s [check-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  35. 2.71 s [check-gnumake] || eval $failcom; \
  36. 2.71 s [check-gnumake] done; \
  37. 2.71 s [check-gnumake] if test "$dot_seen" = "no"; then \
  38. 2.71 s [check-gnumake] true "$target-am" || exit 1; \
  39. 2.71 s [check-gnumake] fi; test -z "$fail"
  40. 2.71 s [check-gnumake] Making all in lib
  41. 2.71 s [check-gnumake] Making all in po
  42. 2.71 s [check-gnumake] Making all in doc
  43. 2.72 s [check-gnumake] Making all in lib
  44. 2.73 s [check-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  45. 2.73 s [check-gnumake] -e 's|@''HAVE_ALLOCA_H''@|1|g' \
  46. 2.73 s [check-gnumake] ./alloca.in.h > alloca.h-t
  47. 2.73 s [check-gnumake] mv alloca.h-t alloca.h
  48. 2.73 s [check-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  49. 2.73 s [check-gnumake] -e 's/@''HAVE__BOOL''@/1/g' \
  50. 2.73 s [check-gnumake] ./stdbool.in.h > stdbool.h-t
  51. 2.73 s [check-gnumake] mv stdbool.h-t stdbool.h
  52. 2.73 s [check-gnumake] true all-recursive
  53. 2.75 s [check-gnumake] fail=; \
  54. 2.75 s [check-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 \
  55. 2.75 s [check-gnumake] failcom='fail=yes'; \
  56. 2.75 s [check-gnumake] else \
  57. 2.75 s [check-gnumake] failcom='exit 1'; \
  58. 2.75 s [check-gnumake] fi; \
  59. 2.75 s [check-gnumake] dot_seen=no; \
  60. 2.75 s [check-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  61. 2.75 s [check-gnumake] case "all-recursive" in \
  62. 2.75 s [check-gnumake] distclean-* | maintainer-clean-*) list='' ;; \
  63. 2.75 s [check-gnumake] *) list='' ;; \
  64. 2.75 s [check-gnumake] esac; \
  65. 2.75 s [check-gnumake] for subdir in $list; do \
  66. 2.75 s [check-gnumake] echo "Making $target in $subdir"; \
  67. 2.75 s [check-gnumake] if test "$subdir" = "."; then \
  68. 2.75 s [check-gnumake] dot_seen=yes; \
  69. 2.75 s [check-gnumake] local_target="$target-am"; \
  70. 2.75 s [check-gnumake] else \
  71. 2.75 s [check-gnumake] local_target="$target"; \
  72. 2.75 s [check-gnumake] fi; \
  73. 2.75 s [check-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  74. 2.75 s [check-gnumake] || eval $failcom; \
  75. 2.75 s [check-gnumake] done; \
  76. 2.75 s [check-gnumake] if test "$dot_seen" = "no"; then \
  77. 2.75 s [check-gnumake] true "$target-am" || exit 1; \
  78. 2.75 s [check-gnumake] fi; test -z "$fail"
  79. 2.77 s [check-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
  80. 2.77 s [check-gnumake] mv -f .deps/libgnu_a-concat-filename.Tpo .deps/libgnu_a-concat-filename.Po
  81. 2.77 s [check-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
  82. 2.77 s [check-gnumake] mv -f .deps/libgnu_a-findprog-in.Tpo .deps/libgnu_a-findprog-in.Po
  83. 2.77 s [check-gnumake] rm -f libgnu.a
  84. 2.77 s [check-gnumake] ar cr libgnu.a libgnu_a-concat-filename.o libgnu_a-findprog-in.o
  85. 2.77 s [check-gnumake] ranlib libgnu.a
  86. 2.80 s [check-gnumake] Making all in po
  87. 2.81 s [check-gnumake] Making all in doc
  88. 2.85 s [check-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src
  89. 2.85 s [check-gnumake] : > src/.dirstamp
  90. 2.85 s [check-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src/.deps
  91. 2.85 s [check-gnumake] : > src/.deps/.dirstamp
  92. 2.85 s [check-gnumake] depbase=`echo src/ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  93. 2.85 s [check-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 &&\
  94. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  95. 2.85 s [check-gnumake] depbase=`echo src/arscan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  96. 2.85 s [check-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 &&\
  97. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  98. 2.85 s [check-gnumake] depbase=`echo src/commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  99. 2.85 s [check-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 &&\
  100. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  101. 2.85 s [check-gnumake] depbase=`echo src/default.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  102. 2.85 s [check-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 &&\
  103. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  104. 2.85 s [check-gnumake] depbase=`echo src/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  105. 2.85 s [check-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 &&\
  106. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  107. 2.85 s [check-gnumake] depbase=`echo src/expand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  108. 2.85 s [check-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 &&\
  109. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  110. 2.85 s [check-gnumake] depbase=`echo src/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  111. 2.85 s [check-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 &&\
  112. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  113. 2.85 s [check-gnumake] depbase=`echo src/function.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  114. 2.85 s [check-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 &&\
  115. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  116. 2.85 s [check-gnumake] depbase=`echo src/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  117. 2.85 s [check-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 &&\
  118. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  119. 2.85 s [check-gnumake] depbase=`echo src/getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  120. 2.85 s [check-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 &&\
  121. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  122. 2.85 s [check-gnumake] depbase=`echo src/guile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  123. 2.85 s [check-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 &&\
  124. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  125. 2.85 s [check-gnumake] depbase=`echo src/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  126. 2.85 s [check-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 &&\
  127. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  128. 2.85 s [check-gnumake] depbase=`echo src/implicit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  129. 2.85 s [check-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 &&\
  130. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  131. 2.85 s [check-gnumake] depbase=`echo src/job.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  132. 2.85 s [check-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 &&\
  133. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  134. 2.85 s [check-gnumake] depbase=`echo src/load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  135. 2.85 s [check-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 &&\
  136. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  137. 2.85 s [check-gnumake] depbase=`echo src/loadapi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  138. 2.85 s [check-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 &&\
  139. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  140. 2.85 s [check-gnumake] depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  141. 2.85 s [check-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 &&\
  142. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  143. 2.85 s [check-gnumake] depbase=`echo src/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  144. 2.85 s [check-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 &&\
  145. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  146. 2.85 s [check-gnumake] depbase=`echo src/output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  147. 2.85 s [check-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 &&\
  148. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  149. 2.85 s [check-gnumake] depbase=`echo src/read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  150. 2.85 s [check-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 &&\
  151. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  152. 2.85 s [check-gnumake] depbase=`echo src/remake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  153. 2.85 s [check-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 &&\
  154. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  155. 2.85 s [check-gnumake] depbase=`echo src/rule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  156. 2.85 s [check-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 &&\
  157. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  158. 2.85 s [check-gnumake] depbase=`echo src/shuffle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  159. 2.85 s [check-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 &&\
  160. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  161. 2.85 s [check-gnumake] depbase=`echo src/signame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  162. 2.85 s [check-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 &&\
  163. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  164. 2.85 s [check-gnumake] depbase=`echo src/strcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  165. 2.85 s [check-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 &&\
  166. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  167. 2.85 s [check-gnumake] depbase=`echo src/variable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  168. 2.85 s [check-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 &&\
  169. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  170. 2.85 s [check-gnumake] depbase=`echo src/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  171. 2.85 s [check-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 &&\
  172. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  173. 2.85 s [check-gnumake] depbase=`echo src/vpath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  174. 2.85 s [check-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 &&\
  175. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  176. 2.85 s [check-gnumake] depbase=`echo src/posixos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  177. 2.85 s [check-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 &&\
  178. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  179. 2.85 s [check-gnumake] depbase=`echo src/remote-stub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  180. 2.85 s [check-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 &&\
  181. 2.85 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  182. 2.85 s [check-gnumake] make-analyze: *** No rule to make target 'lib/libgnu.a', needed by 'make'.
  183. 2.90 s [check-gnumake] fail=; \
  184. 2.90 s [check-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 \
  185. 2.90 s [check-gnumake] failcom='fail=yes'; \
  186. 2.90 s [check-gnumake] else \
  187. 2.90 s [check-gnumake] failcom='exit 1'; \
  188. 2.90 s [check-gnumake] fi; \
  189. 2.90 s [check-gnumake] dot_seen=no; \
  190. 2.90 s [check-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  191. 2.90 s [check-gnumake] case "all-recursive" in \
  192. 2.90 s [check-gnumake] distclean-* | maintainer-clean-*) list='lib po doc' ;; \
  193. 2.90 s [check-gnumake] *) list='lib po doc' ;; \
  194. 2.90 s [check-gnumake] esac; \
  195. 2.90 s [check-gnumake] for subdir in $list; do \
  196. 2.90 s [check-gnumake] echo "Making $target in $subdir"; \
  197. 2.90 s [check-gnumake] if test "$subdir" = "."; then \
  198. 2.90 s [check-gnumake] dot_seen=yes; \
  199. 2.90 s [check-gnumake] local_target="$target-am"; \
  200. 2.90 s [check-gnumake] else \
  201. 2.90 s [check-gnumake] local_target="$target"; \
  202. 2.90 s [check-gnumake] fi; \
  203. 2.90 s [check-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  204. 2.90 s [check-gnumake] || eval $failcom; \
  205. 2.90 s [check-gnumake] done; \
  206. 2.90 s [check-gnumake] if test "$dot_seen" = "no"; then \
  207. 2.90 s [check-gnumake] true "$target-am" || exit 1; \
  208. 2.90 s [check-gnumake] fi; test -z "$fail"
  209. 2.91 s [check-gnumake] Making all in lib
  210. 2.91 s [check-gnumake] Making all in po
  211. 2.91 s [check-gnumake] Making all in doc
  212. 2.91 s [check-gnumake] Making all in lib
  213. 2.93 s [check-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  214. 2.93 s [check-gnumake] -e 's|@''HAVE_ALLOCA_H''@|1|g' \
  215. 2.93 s [check-gnumake] ./alloca.in.h > alloca.h-t
  216. 2.93 s [check-gnumake] mv alloca.h-t alloca.h
  217. 2.93 s [check-gnumake] sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  218. 2.93 s [check-gnumake] -e 's/@''HAVE__BOOL''@/1/g' \
  219. 2.93 s [check-gnumake] ./stdbool.in.h > stdbool.h-t
  220. 2.93 s [check-gnumake] mv stdbool.h-t stdbool.h
  221. 2.93 s [check-gnumake] true all-recursive
  222. 2.95 s [check-gnumake] fail=; \
  223. 2.95 s [check-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 \
  224. 2.95 s [check-gnumake] failcom='fail=yes'; \
  225. 2.95 s [check-gnumake] else \
  226. 2.95 s [check-gnumake] failcom='exit 1'; \
  227. 2.95 s [check-gnumake] fi; \
  228. 2.95 s [check-gnumake] dot_seen=no; \
  229. 2.95 s [check-gnumake] target=`echo all-recursive | sed s/-recursive//`; \
  230. 2.95 s [check-gnumake] case "all-recursive" in \
  231. 2.95 s [check-gnumake] distclean-* | maintainer-clean-*) list='' ;; \
  232. 2.95 s [check-gnumake] *) list='' ;; \
  233. 2.95 s [check-gnumake] esac; \
  234. 2.95 s [check-gnumake] for subdir in $list; do \
  235. 2.95 s [check-gnumake] echo "Making $target in $subdir"; \
  236. 2.95 s [check-gnumake] if test "$subdir" = "."; then \
  237. 2.95 s [check-gnumake] dot_seen=yes; \
  238. 2.95 s [check-gnumake] local_target="$target-am"; \
  239. 2.95 s [check-gnumake] else \
  240. 2.95 s [check-gnumake] local_target="$target"; \
  241. 2.95 s [check-gnumake] fi; \
  242. 2.95 s [check-gnumake] (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && true $local_target) \
  243. 2.95 s [check-gnumake] || eval $failcom; \
  244. 2.95 s [check-gnumake] done; \
  245. 2.95 s [check-gnumake] if test "$dot_seen" = "no"; then \
  246. 2.95 s [check-gnumake] true "$target-am" || exit 1; \
  247. 2.95 s [check-gnumake] fi; test -z "$fail"
  248. 2.97 s [check-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
  249. 2.97 s [check-gnumake] mv -f .deps/libgnu_a-concat-filename.Tpo .deps/libgnu_a-concat-filename.Po
  250. 2.97 s [check-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
  251. 2.97 s [check-gnumake] mv -f .deps/libgnu_a-findprog-in.Tpo .deps/libgnu_a-findprog-in.Po
  252. 2.97 s [check-gnumake] rm -f libgnu.a
  253. 2.97 s [check-gnumake] ar cr libgnu.a libgnu_a-concat-filename.o libgnu_a-findprog-in.o
  254. 2.97 s [check-gnumake] ranlib libgnu.a
  255. 2.99 s [check-gnumake] Making all in po
  256. 3.01 s [check-gnumake] Making all in doc
  257. 3.04 s [check-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src
  258. 3.04 s [check-gnumake] : > src/.dirstamp
  259. 3.04 s [check-gnumake] /nix/store/48nhpn1dv5pn74018agdz7qrbiik2sd5-coreutils-9.8/bin/mkdir -p src/.deps
  260. 3.04 s [check-gnumake] : > src/.deps/.dirstamp
  261. 3.04 s [check-gnumake] depbase=`echo src/ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  262. 3.04 s [check-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 &&\
  263. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  264. 3.04 s [check-gnumake] depbase=`echo src/arscan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  265. 3.04 s [check-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 &&\
  266. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  267. 3.04 s [check-gnumake] depbase=`echo src/commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  268. 3.04 s [check-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 &&\
  269. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  270. 3.04 s [check-gnumake] depbase=`echo src/default.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  271. 3.04 s [check-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 &&\
  272. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  273. 3.04 s [check-gnumake] depbase=`echo src/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  274. 3.04 s [check-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 &&\
  275. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  276. 3.04 s [check-gnumake] depbase=`echo src/expand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  277. 3.04 s [check-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 &&\
  278. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  279. 3.04 s [check-gnumake] depbase=`echo src/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  280. 3.04 s [check-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 &&\
  281. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  282. 3.04 s [check-gnumake] depbase=`echo src/function.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  283. 3.04 s [check-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 &&\
  284. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  285. 3.04 s [check-gnumake] depbase=`echo src/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  286. 3.04 s [check-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 &&\
  287. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  288. 3.04 s [check-gnumake] depbase=`echo src/getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  289. 3.04 s [check-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 &&\
  290. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  291. 3.04 s [check-gnumake] depbase=`echo src/guile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  292. 3.04 s [check-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 &&\
  293. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  294. 3.04 s [check-gnumake] depbase=`echo src/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  295. 3.04 s [check-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 &&\
  296. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  297. 3.04 s [check-gnumake] depbase=`echo src/implicit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  298. 3.04 s [check-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 &&\
  299. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  300. 3.04 s [check-gnumake] depbase=`echo src/job.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  301. 3.04 s [check-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 &&\
  302. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  303. 3.04 s [check-gnumake] depbase=`echo src/load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  304. 3.04 s [check-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 &&\
  305. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  306. 3.04 s [check-gnumake] depbase=`echo src/loadapi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  307. 3.04 s [check-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 &&\
  308. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  309. 3.04 s [check-gnumake] depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  310. 3.04 s [check-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 &&\
  311. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  312. 3.04 s [check-gnumake] depbase=`echo src/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  313. 3.04 s [check-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 &&\
  314. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  315. 3.04 s [check-gnumake] depbase=`echo src/output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  316. 3.04 s [check-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 &&\
  317. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  318. 3.04 s [check-gnumake] depbase=`echo src/read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  319. 3.04 s [check-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 &&\
  320. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  321. 3.04 s [check-gnumake] depbase=`echo src/remake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  322. 3.04 s [check-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 &&\
  323. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  324. 3.04 s [check-gnumake] depbase=`echo src/rule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  325. 3.04 s [check-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 &&\
  326. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  327. 3.04 s [check-gnumake] depbase=`echo src/shuffle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  328. 3.04 s [check-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 &&\
  329. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  330. 3.04 s [check-gnumake] depbase=`echo src/signame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  331. 3.04 s [check-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 &&\
  332. 3.04 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  333. 3.04 s [check-gnumake] depbase=`echo src/strcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  334. 3.05 s [check-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 &&\
  335. 3.05 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  336. 3.05 s [check-gnumake] depbase=`echo src/variable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  337. 3.05 s [check-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 &&\
  338. 3.05 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  339. 3.05 s [check-gnumake] depbase=`echo src/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  340. 3.05 s [check-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 &&\
  341. 3.05 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  342. 3.05 s [check-gnumake] depbase=`echo src/vpath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  343. 3.05 s [check-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 &&\
  344. 3.05 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  345. 3.05 s [check-gnumake] depbase=`echo src/posixos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  346. 3.05 s [check-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 &&\
  347. 3.05 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  348. 3.05 s [check-gnumake] depbase=`echo src/remote-stub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  349. 3.05 s [check-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 &&\
  350. 3.05 s [check-gnumake] mv -f $depbase.Tpo $depbase.Po
  351. 3.05 s [check-gnumake] make-analyze: *** No rule to make target 'lib/libgnu.a', needed by 'make'.
  352. 3.09 s [check-gnumake] Run integration test suite against output
  353. 3.10 s [check-gnumake] debug: testNodeAndVertexSetIsValid...
  354. 3.10 s [check-gnumake] All tests passed!
  355. 3.12 s [check-gnumake] debug: testNodeAndVertexSetIsValid...
  356. 3.12 s [check-gnumake] All tests passed!
  357. 3.12 s [check-gnumake] Compare graph JSON against golden records
  358. 3.12 s [check-gnumake] Snapshot test: gnumake-nonexpanded.json
  359. 3.13 s [check-gnumake] Conversion test: Graph -> .dot -> SVG
  360. 3.18 s [check-gnumake] Fontconfig error: Cannot load default config file: No such file: (null)
  361. 3.18 s [check-gnumake]
  362. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  363. 3.18 s [check-gnumake] /var/cache/fontconfig
  364. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  365. 3.18 s [check-gnumake]
  366. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  367. 3.18 s [check-gnumake] /var/cache/fontconfig
  368. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  369. 3.18 s [check-gnumake]
  370. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  371. 3.18 s [check-gnumake] /var/cache/fontconfig
  372. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  373. 3.18 s [check-gnumake]
  374. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  375. 3.18 s [check-gnumake] /var/cache/fontconfig
  376. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  377. 3.18 s [check-gnumake]
  378. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  379. 3.18 s [check-gnumake] /var/cache/fontconfig
  380. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  381. 3.18 s [check-gnumake]
  382. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  383. 3.18 s [check-gnumake] /var/cache/fontconfig
  384. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  385. 3.18 s [check-gnumake]
  386. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  387. 3.18 s [check-gnumake] /var/cache/fontconfig
  388. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  389. 3.18 s [check-gnumake]
  390. 3.18 s [check-gnumake] Fontconfig error: No writable cache directories
  391. 3.18 s [check-gnumake] /var/cache/fontconfig
  392. 3.18 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  393. 3.23 s [check-gnumake] Fontconfig error: Cannot load default config file: No such file: (null)
  394. 3.23 s [check-gnumake]
  395. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  396. 3.23 s [check-gnumake] /var/cache/fontconfig
  397. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  398. 3.23 s [check-gnumake]
  399. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  400. 3.23 s [check-gnumake] /var/cache/fontconfig
  401. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  402. 3.23 s [check-gnumake]
  403. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  404. 3.23 s [check-gnumake] /var/cache/fontconfig
  405. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  406. 3.23 s [check-gnumake]
  407. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  408. 3.23 s [check-gnumake] /var/cache/fontconfig
  409. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  410. 3.23 s [check-gnumake]
  411. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  412. 3.23 s [check-gnumake] /var/cache/fontconfig
  413. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  414. 3.23 s [check-gnumake]
  415. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  416. 3.23 s [check-gnumake] /var/cache/fontconfig
  417. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  418. 3.23 s [check-gnumake]
  419. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  420. 3.23 s [check-gnumake] /var/cache/fontconfig
  421. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  422. 3.23 s [check-gnumake]
  423. 3.23 s [check-gnumake] Fontconfig error: No writable cache directories
  424. 3.23 s [check-gnumake] /var/cache/fontconfig
  425. 3.23 s [check-gnumake] /homeless-shelter/.cache/fontconfig
  426. 3.28 s [check-gnumake] Phase: installPhase
  427. 3.29 s [check-gnumake] Phase: fixupPhase
  428. 3.30 s [check-gnumake] shrinking RPATHs of ELF executables and libraries in /nix/store/8dwx2hcbc7da7k5s6p8zp9i8pclg70ip-check-gnumake
  429. 3.31 s [check-gnumake] checking for references to /build/ in /nix/store/8dwx2hcbc7da7k5s6p8zp9i8pclg70ip-check-gnumake...
  430. 3.31 s [check-gnumake] patching script interpreter paths in /nix/store/8dwx2hcbc7da7k5s6p8zp9i8pclg70ip-check-gnumake
  431. 3.40 s [check-gnumake] automatically fixing dependencies for ELF files
  432. 3.40 s [check-gnumake] {'add_existing': True,
  433. 3.40 s [check-gnumake] 'append_rpaths': [],
  434. 3.40 s [check-gnumake] 'extra_args': [],
  435. 3.40 s [check-gnumake] 'ignore_missing': [],
  436. 3.40 s [check-gnumake] 'keep_libc': False,
  437. 3.40 s [check-gnumake] 'libs': [PosixPath('/nix/store/wl92jigap4538h7jqa2mb8k4pk1wbbzz-make-analyze-test-env/lib'),
  438. 3.40 s [check-gnumake] PosixPath('/nix/store/m6hb5mhq60sf76bblar21c32z221jl79-auto-patchelf-hook/lib'),
  439. 3.40 s [check-gnumake] PosixPath('/nix/store/fb5qqnfvlc6gqv33xqvfikdvgblrmri1-auto-patchelf-0-unstable-2024-08-14/lib'),
  440. 3.40 s [check-gnumake] PosixPath('/nix/store/3sgp0d8vhhl92pik611ddamd876jmwv0-binutils-wrapper-2.44/lib'),
  441. 3.40 s [check-gnumake] PosixPath('/nix/store/28wd9y9ndcgjqc7qrjszvghfv4r2kdrn-patchelf-0.15.2/lib'),
  442. 3.40 s [check-gnumake] PosixPath('/nix/store/fsv41lv1q02kkycgx48s0h578y7j3gw2-update-autotools-gnu-config-scripts-hook/lib'),
  443. 3.40 s [check-gnumake] PosixPath('/nix/store/0y5xmdb7qfvimjwbq7ibg1xdgkgjwqng-no-broken-symlinks.sh/lib'),
  444. 3.40 s [check-gnumake] PosixPath('/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh/lib'),
  445. 3.40 s [check-gnumake] PosixPath('/nix/store/85clx3b0xkdf58jn161iy80y5223ilbi-compress-man-pages.sh/lib'),
  446. 3.40 s [check-gnumake] PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
  447. 3.40 s [check-gnumake] PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
  448. 3.40 s [check-gnumake] PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
  449. 3.40 s [check-gnumake] PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
  450. 3.40 s [check-gnumake] PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
  451. 3.40 s [check-gnumake] PosixPath('/nix/store/cmzya9irvxzlkh7lfy6i82gbp0saxqj3-multiple-outputs.sh/lib'),
  452. 3.40 s [check-gnumake] PosixPath('/nix/store/x8c40nfigps493a07sdr2pm5s9j1cdc0-patch-shebangs.sh/lib'),
  453. 3.40 s [check-gnumake] PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
  454. 3.40 s [check-gnumake] PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
  455. 3.40 s [check-gnumake] PosixPath('/nix/store/z7k98578dfzi6l3hsvbivzm7hfqlk0zc-set-source-date-epoch-to-latest.sh/lib'),
  456. 3.40 s [check-gnumake] PosixPath('/nix/store/pilsssjjdxvdphlg2h19p0bfx5q0jzkn-strip.sh/lib'),
  457. 3.40 s [check-gnumake] PosixPath('/nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/lib'),
  458. 3.40 s [check-gnumake] PosixPath('/nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/lib'),
  459. 3.40 s [check-gnumake] PosixPath('/nix/store/wl92jigap4538h7jqa2mb8k4pk1wbbzz-make-analyze-test-env/lib'),
  460. 3.40 s [check-gnumake] PosixPath('/nix/store/m6hb5mhq60sf76bblar21c32z221jl79-auto-patchelf-hook/lib'),
  461. 3.40 s [check-gnumake] PosixPath('/nix/store/fb5qqnfvlc6gqv33xqvfikdvgblrmri1-auto-patchelf-0-unstable-2024-08-14/lib'),
  462. 3.40 s [check-gnumake] PosixPath('/nix/store/3sgp0d8vhhl92pik611ddamd876jmwv0-binutils-wrapper-2.44/lib'),
  463. 3.40 s [check-gnumake] PosixPath('/nix/store/28wd9y9ndcgjqc7qrjszvghfv4r2kdrn-patchelf-0.15.2/lib'),
  464. 3.40 s [check-gnumake] PosixPath('/nix/store/fsv41lv1q02kkycgx48s0h578y7j3gw2-update-autotools-gnu-config-scripts-hook/lib'),
  465. 3.40 s [check-gnumake] PosixPath('/nix/store/0y5xmdb7qfvimjwbq7ibg1xdgkgjwqng-no-broken-symlinks.sh/lib'),
  466. 3.40 s [check-gnumake] PosixPath('/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh/lib'),
  467. 3.40 s [check-gnumake] PosixPath('/nix/store/85clx3b0xkdf58jn161iy80y5223ilbi-compress-man-pages.sh/lib'),
  468. 3.40 s [check-gnumake] PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'),
  469. 3.40 s [check-gnumake] PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'),
  470. 3.40 s [check-gnumake] PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'),
  471. 3.40 s [check-gnumake] PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'),
  472. 3.40 s [check-gnumake] PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'),
  473. 3.40 s [check-gnumake] PosixPath('/nix/store/cmzya9irvxzlkh7lfy6i82gbp0saxqj3-multiple-outputs.sh/lib'),
  474. 3.40 s [check-gnumake] PosixPath('/nix/store/x8c40nfigps493a07sdr2pm5s9j1cdc0-patch-shebangs.sh/lib'),
  475. 3.40 s [check-gnumake] PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'),
  476. 3.40 s [check-gnumake] PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'),
  477. 3.40 s [check-gnumake] PosixPath('/nix/store/z7k98578dfzi6l3hsvbivzm7hfqlk0zc-set-source-date-epoch-to-latest.sh/lib'),
  478. 3.40 s [check-gnumake] PosixPath('/nix/store/pilsssjjdxvdphlg2h19p0bfx5q0jzkn-strip.sh/lib'),
  479. 3.40 s [check-gnumake] PosixPath('/nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/lib'),
  480. 3.40 s [check-gnumake] PosixPath('/nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/lib')],
  481. 3.40 s [check-gnumake] 'paths': [PosixPath('/nix/store/8dwx2hcbc7da7k5s6p8zp9i8pclg70ip-check-gnumake')],
  482. 3.40 s [check-gnumake] 'recursive': True,
  483. 3.40 s [check-gnumake] 'runtime_dependencies': []}
  484. 3.56 s [check-gnumake] auto-patchelf: 0 dependencies could not be satisfied
  485. 3.59 s [post-build-hook] Uploading to the NixCI cache: /nix/store/8dwx2hcbc7da7k5s6p8zp9i8pclg70ip-check-gnumake
  486. 3.65 s [post-build-hook] copying 1 paths...
  487. 3.65 s [post-build-hook] copying path '/nix/store/8dwx2hcbc7da7k5s6p8zp9i8pclg70ip-check-gnumake' to 'https://cache.nix-ci.com'...
  488. 4.09 s [post-build-hook] copying 1 paths...
  489. 4.09 s [post-build-hook] copying path '/nix/store/vabacjq6fap28m2509z16kpkmd74q34z-check-gnumake.drv' to 'https://cache.nix-ci.com'...
  490. 4.25 s Progress: 1 of 2 built