Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 4 pull requests #68384

Closed
wants to merge 11 commits into from

Conversation

Dylan-DPC-zz
Copy link

Successful merges:

Failed merges:

r? @ghost

andre-richter and others added 11 commits January 18, 2020 09:21
The `layout` for the returned allocation of a `realloc` is
only implicitly specified.  This change makes it explicit.
Fix #[track_caller] and function pointers

Starting with failing tests, fix the miscompilation and ICE caused by `ReifyShim` bug.

Fixes rust-lang#68178.
AArch64 bare-metal targets: Build rust-std

This PR complements rust-lang#68253
Add `riscv64gc-unknown-linux-gnu` into target list in build-manifest

Missed in rust-lang#68037

r? @alexcrichton
Added minor clarification to specification of GlobalAlloc::realloc.

The specification of `realloc` is slightly unclear:

```
    /// * `layout` must be the same layout that was used
    ///   to allocate that block of memory,
```
https://github.com/rust-lang/rust/blob/master/src/libcore/alloc.rs#L541-L542

In the case of an `alloc` or `alloc_zeroed` this is fairly evidently the `layout` parameter passed into the original call.  In the case of a `realloc`, this I assume is `layout` modified to contain `new_size`.  However, I could not find this case specified in the documentation.  Thus technically in a sequence of calls to `realloc`, it would be valid to provide the second call to `realloc` the same `layout` as the first call to `realloc`, which is almost certainly not going to be handled correctly.

This PR attempts to clarify the specification.
@Dylan-DPC-zz Dylan-DPC-zz added the rollup A PR which is a rollup label Jan 20, 2020
@Dylan-DPC-zz
Copy link
Author

@bors r+ p=4 rollup=never

@bors
Copy link
Contributor

bors commented Jan 20, 2020

📌 Commit 6b214b1 has been approved by Dylan-DPC

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 20, 2020
@bors
Copy link
Contributor

bors commented Jan 20, 2020

⌛ Testing commit 6b214b1 with merge 5f73040c05f3c7965702e92141c1afd7f2ebddfe...

@rust-highfive
Copy link
Collaborator

The job dist-various-1 of your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2020-01-20T17:07:21.2971707Z Questions should be asked at https://answers.launchpad.net/gcc-arm-embedded
2020-01-20T17:07:21.2971771Z 
2020-01-20T17:07:21.2972165Z Bug can be filed at https://bugs.launchpad.net/gcc-arm-embedded/+filebug. It is highly encouraged to ask question first before filing a bug.
2020-01-20T17:07:21.2972499Z  More info: https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa
2020-01-20T17:07:21.8324814Z gpg: keyring `/tmp/tmpjrxt9fom/secring.gpg' created
2020-01-20T17:07:21.8331142Z gpg: keyring `/tmp/tmpjrxt9fom/pubring.gpg' created
2020-01-20T17:07:21.8331634Z gpg: requesting key F64D33B0 from hkp server keyserver.ubuntu.com
2020-01-20T17:07:22.2900735Z gpg: /tmp/tmpjrxt9fom/trustdb.gpg: trustdb created
2020-01-20T17:07:22.2901728Z gpg: no ultimately trusted keys found
2020-01-20T17:07:22.2901804Z gpg: Total number processed: 1
2020-01-20T17:07:22.2901899Z gpg:               imported: 1  (RSA: 1)
2020-01-20T17:07:22.3518857Z OK
---
2020-01-20T17:07:54.2746833Z 100 2427k  100 2427k    0     0  3251k      0 --:--:-- --:--:-- --:--:-- 3253k
2020-01-20T17:07:54.2904621Z + cd crosstool-ng-crosstool-ng-1.24.0
2020-01-20T17:07:54.2904748Z + ./bootstrap
2020-01-20T17:07:54.2949275Z INFO  :: *** Generating package version descriptions
2020-01-20T17:07:54.7986388Z INFO  :: Master packages: android-ndk autoconf automake avr-libc binutils bison cloog dtc duma elf2flt expat gcc gdb gettext glibc-ports glibc gmp isl libelf libiconv libtool linux ltrace m4 make mingw-w64 moxiebox mpc mpfr musl ncurses newlib strace uClibc zlib
2020-01-20T17:07:54.7987005Z INFO  :: Generating 'config/versions/android-ndk.in'
2020-01-20T17:07:55.6530166Z INFO  :: Generating 'config/versions/automake.in'
2020-01-20T17:07:55.9676619Z INFO  :: Generating 'config/versions/avr-libc.in'
2020-01-20T17:07:56.1370054Z INFO  :: Generating 'config/versions/binutils.in'
2020-01-20T17:07:58.9347488Z INFO  :: Generating 'config/versions/bison.in'
---
2020-01-20T17:09:30.7338594Z checking lex output file root... lex.yy
2020-01-20T17:09:31.2749549Z checking lex library... -lfl
2020-01-20T17:09:31.5480849Z checking whether yytext is a pointer... yes
2020-01-20T17:09:31.5494617Z checking for bison... bison -y
2020-01-20T17:09:31.6039439Z checking whether g++ supports C++11 features with -std=gnu++11... yes
2020-01-20T17:09:31.6744018Z checking if gcc can static link... yes
2020-01-20T17:09:31.6765065Z checking for gobjcopy... no
2020-01-20T17:09:31.6770939Z checking for objcopy... objcopy
2020-01-20T17:09:31.6810940Z checking for absolute path to objcopy... /usr/bin/objcopy
2020-01-20T17:09:31.6826047Z checking for gobjdump... no
---
2020-01-20T17:09:33.0349103Z checking for ld used by gcc... /usr/bin/ld
2020-01-20T17:09:33.0375757Z checking if the linker (/usr/bin/ld) is GNU ld... yes
2020-01-20T17:09:33.0404968Z checking for shared library run path origin... done
2020-01-20T17:09:33.0617889Z checking whether NLS is requested... yes
2020-01-20T17:09:33.0793934Z checking for CFPreferencesCopyAppValue... no
2020-01-20T17:09:33.0967617Z checking for CFLocaleCopyCurrent... no
2020-01-20T17:09:33.1451293Z checking whether to use NLS... yes
2020-01-20T17:09:33.1456229Z checking where the gettext function comes from... libc
2020-01-20T17:09:33.1472011Z checking for pkg-config... /usr/bin/pkg-config
2020-01-20T17:09:33.1490181Z checking pkg-config is at least version 0.9.0... yes
---
2020-01-20T17:09:33.7969208Z /usr/bin/make  all-recursive
2020-01-20T17:09:33.8068024Z make[1]: Entering directory '/build/crosstool-ng-crosstool-ng-1.24.0'
2020-01-20T17:09:33.8112515Z Making all in kconfig
2020-01-20T17:09:33.8159592Z make[2]: Entering directory '/build/crosstool-ng-crosstool-ng-1.24.0/kconfig'
2020-01-20T17:09:33.8159971Z bison -y -l -b zconf -p zconf  -ozconf.c zconf.y
2020-01-20T17:09:33.8160254Z flex -L -Pzconf  -ozconf.lex.c zconf.l
2020-01-20T17:09:33.8924959Z make[3]: Entering directory '/build/crosstool-ng-crosstool-ng-1.24.0/kconfig'
2020-01-20T17:09:33.8925350Z depbase=`echo conf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2020-01-20T17:09:33.8925745Z gcc -DHAVE_CONFIG_H -I. -I..  -include config.h -DCONFIG_=\"CT_\"   -g -O2 -MT conf.o -MD -MP -MF $depbase.Tpo -c -o conf.o conf.c &&\
2020-01-20T17:09:33.8926036Z mv -f $depbase.Tpo $depbase.Po
---
2020-01-20T17:09:37.2594377Z libtool: link: gcc -g -O2 -o mconf mconf.o zconf.o lxdialog/checklist.o lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o lxdialog/yesno.o  -lncurses
2020-01-20T17:09:37.2968786Z make[3]: Leaving directory '/build/crosstool-ng-crosstool-ng-1.24.0/kconfig'
2020-01-20T17:09:37.2970008Z make[2]: Leaving directory '/build/crosstool-ng-crosstool-ng-1.24.0/kconfig'
2020-01-20T17:09:37.3065741Z make[2]: Entering directory '/build/crosstool-ng-crosstool-ng-1.24.0'
2020-01-20T17:09:37.3069078Z ( /bin/sed -e 's,[@]docdir[@],/usr/local/share/doc/crosstool-ng,g' -e 's,[@]pkgdatadir[@],/usr/local/share/crosstool-ng,g' -e 's,[@]pkglibexecdir[@],/usr/local/libexec/crosstool-ng,g' -e 's,[@]progname[@],'`echo ct-ng | sed 's,x,x,'`',g' | /bin/bash config.status --file=- ) < ct-ng.in >ct-ng-t && chmod a-w,a+x ct-ng-t && mv -f ct-ng-t ct-ng
2020-01-20T17:09:37.3073906Z /bin/mkdir -p bash-completion && ( /bin/sed -e 's,[@]docdir[@],/usr/local/share/doc/crosstool-ng,g' -e 's,[@]pkgdatadir[@],/usr/local/share/crosstool-ng,g' -e 's,[@]pkglibexecdir[@],/usr/local/libexec/crosstool-ng,g' -e 's,[@]progname[@],'`echo ct-ng | sed 's,x,x,'`',g' | /bin/bash config.status --file=- ) < bash-completion/ct-ng.in >bash-completion/ct-ng-t && mv -f bash-completion/ct-ng-t bash-completion/ct-ng
2020-01-20T17:09:37.3833478Z /bin/mkdir -p docs && ( /bin/sed -e 's,[@]docdir[@],/usr/local/share/doc/crosstool-ng,g' -e 's,[@]pkgdatadir[@],/usr/local/share/crosstool-ng,g' -e 's,[@]pkglibexecdir[@],/usr/local/libexec/crosstool-ng,g' -e 's,[@]progname[@],'`echo ct-ng | sed 's,x,x,'`',g' | /bin/bash config.status --file=- ) < docs/ct-ng.1.in >docs/ct-ng.1-t && mv -f docs/ct-ng.1-t docs/ct-ng.1
2020-01-20T17:09:37.4545335Z make[1]: Leaving directory '/build/crosstool-ng-crosstool-ng-1.24.0'
2020-01-20T17:09:37.4552790Z + make install
2020-01-20T17:09:37.4680576Z Making install in kconfig
2020-01-20T17:09:37.4748706Z make[1]: Entering directory '/build/crosstool-ng-crosstool-ng-1.24.0/kconfig'
---
2020-01-20T17:09:37.7516114Z  /usr/bin/install -c -m 644  packages/glibc/2.14.1/0000-respect-env-CPPFLAGS.patch packages/glibc/2.14.1/0001-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.14.1/0002-fix-signed-shift-overlow.patch packages/glibc/2.14.1/0003-dl-openat64-variadic.patch packages/glibc/2.14.1/0004-unused-variables.patch packages/glibc/2.14.1/0005-misleading-indentation.patch packages/glibc/2.14.1/0006-dl-open-array-bounds.patch packages/glibc/2.14.1/0007-i386-x86_64-revert-clone-cfi.patch packages/glibc/2.14.1/0008-disable-ldconfig.patch packages/glibc/2.14.1/0009-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.14.1/0010-queue-header-updates.patch packages/glibc/2.14.1/0011-manual-no-perl.patch packages/glibc/2.14.1/0012-localedef-fix-trampoline.patch packages/glibc/2.14.1/0013-resolv-dynamic.patch packages/glibc/2.14.1/0014-localedef-mmap.patch packages/glibc/2.14.1/0015-fadvise64_64.patch packages/glibc/2.14.1/0016-section-comments.patch packages/glibc/2.14.1/0017-no-inline-gmon.patch packages/glibc/2.14.1/0018-assume-pipe2.patch packages/glibc/2.14.1/0019-china.patch packages/glibc/2.14.1/0020-new-valencian-locale.patch packages/glibc/2.14.1/0021-macos-cross-rpcgen.patch packages/glibc/2.14.1/0022-nscd-one-fork.patch packages/glibc/2.14.1/0023-hppa-nptl-carlos.patch packages/glibc/2.14.1/0024-dl_execstack-PaX-support.patch packages/glibc/2.14.1/0025-pre20040117-pt_pax.patch packages/glibc/2.14.1/0026-tests-sandbox-libdl-paths.patch packages/glibc/2.14.1/0027-dont-build-timezone.patch packages/glibc/2.14.1/0028-alpha-xstat.patch packages/glibc/2.14.1/0029-alpha-creat.patch packages/glibc/2.14.1/0030-alpha_alpha-add-fdatasync-support.patch packages/glibc/2.14.1/0031-ppc-atomic.patch packages/glibc/2.14.1/0032-mips_shn_undef-hack.patch packages/glibc/2.14.1/0033-alpha-atfcts.patch packages/glibc/2.14.1/0034-syslog.patch packages/glibc/2.14.1/0035-debug-readlink_chk-readklinkat_chk.patch packages/glibc/2.14.1/0036-cpuid-include.patch packages/glibc/2.14.1/0037-asm-i686.patch packages/glibc/2.14.1/0038-fix-rpc_parse-format.patch packages/glibc/2.14.1/0039-nis-bogus-conditional.patch '/usr/local/share/crosstool-ng/packages/glibc/2.14.1'
2020-01-20T17:09:37.7590037Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.15'
2020-01-20T17:09:37.7608701Z  /usr/bin/install -c -m 644  packages/glibc/2.15/0000-respect-env-CPPFLAGS.patch packages/glibc/2.15/0001-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.15/0002-fix-signed-shift-overlow.patch packages/glibc/2.15/0003-dl-openat64-variadic.patch packages/glibc/2.15/0004-unused-variables.patch packages/glibc/2.15/0005-misleading-indentation.patch packages/glibc/2.15/0006-dl-open-array-bounds.patch packages/glibc/2.15/0007-i386-x86_64-revert-clone-cfi.patch packages/glibc/2.15/0008-disable-ldconfig.patch packages/glibc/2.15/0009-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.15/0010-queue-header-updates.patch packages/glibc/2.15/0011-manual-no-perl.patch packages/glibc/2.15/0012-localedef-fix-trampoline.patch packages/glibc/2.15/0013-resolv-dynamic.patch packages/glibc/2.15/0014-fadvise64_64.patch packages/glibc/2.15/0015-section-comments.patch packages/glibc/2.15/0016-no-inline-gmon.patch packages/glibc/2.15/0017-assume-pipe2.patch packages/glibc/2.15/0018-china.patch packages/glibc/2.15/0019-new-valencian-locale.patch packages/glibc/2.15/0020-macos-cross-rpcgen.patch packages/glibc/2.15/0021-nscd-one-fork.patch packages/glibc/2.15/0022-hppa-nptl-carlos.patch packages/glibc/2.15/0023-dl_execstack-PaX-support.patch packages/glibc/2.15/0024-pre20040117-pt_pax.patch packages/glibc/2.15/0025-tests-sandbox-libdl-paths.patch packages/glibc/2.15/0026-dont-build-timezone.patch packages/glibc/2.15/0027-alpha-xstat.patch packages/glibc/2.15/0028-alpha-creat.patch packages/glibc/2.15/0029-alpha_alpha-add-fdatasync-support.patch packages/glibc/2.15/0030-ppc-atomic.patch packages/glibc/2.15/0031-mips_shn_undef-hack.patch packages/glibc/2.15/0032-alpha-atfcts.patch packages/glibc/2.15/0033-syslog.patch packages/glibc/2.15/0034-debug-readlink_chk-readklinkat_chk.patch packages/glibc/2.15/0035-cpuid-include.patch packages/glibc/2.15/0036-asm-i686.patch packages/glibc/2.15/0037-fix-rpc_parse-format.patch packages/glibc/2.15/0038-nis-bogus-conditional.patch packages/glibc/2.15/0039-try-link-static.patch '/usr/local/share/crosstool-ng/packages/glibc/2.15'
2020-01-20T17:09:37.7680312Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.16.0'
2020-01-20T17:09:37.7695720Z  /usr/bin/install -c -m 644  packages/glibc/2.16.0/0000-respect-env-CPPFLAGS.patch packages/glibc/2.16.0/0001-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.16.0/0002-fix-signed-shift-overlow.patch packages/glibc/2.16.0/0003-dl-openat64-variadic.patch packages/glibc/2.16.0/0004-unused-variables.patch packages/glibc/2.16.0/0005-misleading-indentation.patch packages/glibc/2.16.0/0006-dl-open-array-bounds.patch packages/glibc/2.16.0/0007-i386-x86_64-revert-clone-cfi.patch packages/glibc/2.16.0/0008-disable-ldconfig.patch packages/glibc/2.16.0/0009-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.16.0/0010-queue-header-updates.patch packages/glibc/2.16.0/0011-localedef-fix-trampoline.patch packages/glibc/2.16.0/0012-resolv-dynamic.patch packages/glibc/2.16.0/0013-fadvise64_64.patch packages/glibc/2.16.0/0014-assume-pipe2.patch packages/glibc/2.16.0/0015-china.patch packages/glibc/2.16.0/0016-new-valencian-locale.patch packages/glibc/2.16.0/0017-macos-cross-rpcgen.patch packages/glibc/2.16.0/0018-nscd-one-fork.patch packages/glibc/2.16.0/0019-hppa-nptl-carlos.patch packages/glibc/2.16.0/0020-dl_execstack-PaX-support.patch packages/glibc/2.16.0/0021-pre20040117-pt_pax.patch packages/glibc/2.16.0/0022-tests-sandbox-libdl-paths.patch packages/glibc/2.16.0/0023-dont-build-timezone.patch packages/glibc/2.16.0/0024-alpha-xstat.patch packages/glibc/2.16.0/0025-alpha-creat.patch packages/glibc/2.16.0/0026-alpha_alpha-add-fdatasync-support.patch packages/glibc/2.16.0/0027-fix-parsing-of-numeric-hosts-in-gethostbyname_r.patch packages/glibc/2.16.0/0028-ppc-atomic.patch packages/glibc/2.16.0/0029-mips_shn_undef-hack.patch packages/glibc/2.16.0/0030-alpha-atfcts.patch packages/glibc/2.16.0/0031-syslog.patch packages/glibc/2.16.0/0032-debug-readlink_chk-readklinkat_chk.patch packages/glibc/2.16.0/0033-fix-rpc_parse-format.patch packages/glibc/2.16.0/0034-nis-bogus-conditional.patch packages/glibc/2.16.0/0035-obstack-common.patch packages/glibc/2.16.0/0036-new-tools.patch packages/glibc/2.16.0/0037-strftime-multiple-stmts.patch packages/glibc/2.16.0/0038-if_nametoindex-size-check.patch packages/glibc/2.16.0/0039-utmp-nonstring.patch '/usr/local/share/crosstool-ng/packages/glibc/2.16.0'
2020-01-20T17:09:37.7735730Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/libiconv/1.14'
2020-01-20T17:09:37.7751545Z  /usr/bin/install -c -m 644  packages/libiconv/1.14/0000-srclib_stdio.in.h-remove-gets-declarations.patch packages/libiconv/1.14/chksum packages/libiconv/1.14/version.desc '/usr/local/share/crosstool-ng/packages/libiconv/1.14'
2020-01-20T17:09:37.7782228Z  /usr/bin/install -c -m 644  packages/libiconv/1.15/chksum packages/libiconv/1.15/version.desc '/usr/local/share/crosstool-ng/packages/libiconv/1.15'
2020-01-20T17:09:37.7798594Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/cloog/0.18.1'
2020-01-20T17:09:37.7812087Z  /usr/bin/install -c -m 644  packages/cloog/0.18.1/chksum packages/cloog/0.18.1/version.desc '/usr/local/share/crosstool-ng/packages/cloog/0.18.1'
2020-01-20T17:09:37.7829554Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc'
---
2020-01-20T17:09:37.8290788Z  /usr/bin/install -c -m 644  packages/mpfr/package.desc '/usr/local/share/crosstool-ng/packages/mpfr'
2020-01-20T17:09:37.8308373Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/avr-libc/2.0.0'
2020-01-20T17:09:37.8323138Z  /usr/bin/install -c -m 644  packages/avr-libc/2.0.0/chksum packages/avr-libc/2.0.0/version.desc '/usr/local/share/crosstool-ng/packages/avr-libc/2.0.0'
2020-01-20T17:09:37.8343983Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/mpfr/2.4.2'
2020-01-20T17:09:37.8360246Z  /usr/bin/install -c -m 644  packages/mpfr/2.4.2/0000-sin_cos_underflow.patch packages/mpfr/2.4.2/0001-longlong.h.patch packages/mpfr/2.4.2/0002-gmp5.patch packages/mpfr/2.4.2/chksum packages/mpfr/2.4.2/version.desc '/usr/local/share/crosstool-ng/packages/mpfr/2.4.2'
2020-01-20T17:09:37.8399323Z  /usr/bin/install -c -m 644  packages/bison/3.0.5/chksum packages/bison/3.0.5/version.desc '/usr/local/share/crosstool-ng/packages/bison/3.0.5'
2020-01-20T17:09:37.8442704Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gcc-linaro/6.4-2018.05'
2020-01-20T17:09:37.8463650Z  /usr/bin/install -c -m 644  packages/gcc-linaro/6.4-2018.05/0000-libtool-leave-framework-alone.patch packages/gcc-linaro/6.4-2018.05/0001-uclibc-conf.patch packages/gcc-linaro/6.4-2018.05/0002-missing-execinfo_h.patch packages/gcc-linaro/6.4-2018.05/0003-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch packages/gcc-linaro/6.4-2018.05/0004-gcc-plugin-POSIX-include-sys-select-h.patch packages/gcc-linaro/6.4-2018.05/0005-arm-softfloat-libgcc.patch packages/gcc-linaro/6.4-2018.05/0006-arm_unbreak_armv4t.patch packages/gcc-linaro/6.4-2018.05/0007-cilk-wchar.patch packages/gcc-linaro/6.4-2018.05/0008-fix-m68k-compile.patch packages/gcc-linaro/6.4-2018.05/0009-fix-m68k-uclinux.patch packages/gcc-linaro/6.4-2018.05/0010-libgcc-mkmap-symver-support-skip_underscore.patch packages/gcc-linaro/6.4-2018.05/0011-libgcc-config-bfin-use-the-generic-linker-version-in.patch packages/gcc-linaro/6.4-2018.05/0012-libgcc-fix-DWARF-compilation-with-FDPIC-targets.patch packages/gcc-linaro/6.4-2018.05/0013-bfin-define-REENTRANT.patch packages/gcc-linaro/6.4-2018.05/0014-libgfortran-missing-include.patch packages/gcc-linaro/6.4-2018.05/0015-nios2-bad-multilib-default.patch packages/gcc-linaro/6.4-2018.05/0016-libgcc-disable-split-stack-nothreads.patch packages/gcc-linaro/6.4-2018.05/0017-uclinux-enable-threads.patch packages/gcc-linaro/6.4-2018.05/0018-bionic-ndk.patch packages/gcc-linaro/6.4-2018.05/0019-bionic-errno.patch packages/gcc-linaro/6.4-2018.05/0020-crystax.patch packages/gcc-linaro/6.4-2018.05/0021-crystax.patch packages/gcc-linaro/6.4-2018.05/0022-crystax.patch packages/gcc-linaro/6.4-2018.05/0023-crystax.patch packages/gcc-linaro/6.4-2018.05/0024-crystax.patch packages/gcc-linaro/6.4-2018.05/0025-crystax.patch packages/gcc-linaro/6.4-2018.05/0026-crystax.patch packages/gcc-linaro/6.4-2018.05/0027-crystax.patch packages/gcc-linaro/6.4-2018.05/0028-isl-0.20.patch packages/gcc-linaro/6.4-2018.05/chksum packages/gcc-linaro/6.4-2018.05/version.desc '/usr/local/share/crosstool-ng/packages/gcc-linaro/6.4-2018.05'
2020-01-20T17:09:37.8500490Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/avr-libc/1.8.1'
---
2020-01-20T17:09:37.9714375Z  /usr/bin/install -c -m 644  samples/x86_64-multilib-linux-uclibc/crosstool.config samples/x86_64-multilib-linux-uclibc/reported.by '/usr/local/share/crosstool-ng/samples/x86_64-multilib-linux-uclibc'
2020-01-20T17:09:37.9735266Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/libc'
2020-01-20T17:09:37.9750276Z  /usr/bin/install -c -m 644  scripts/build/libc/avr-libc.sh scripts/build/libc/bionic.sh scripts/build/libc/glibc.sh scripts/build/libc/mingw-w64.sh scripts/build/libc/moxiebox.sh scripts/build/libc/musl.sh scripts/build/libc/newlib.sh scripts/build/libc/none.sh scripts/build/libc/uClibc.sh '/usr/local/share/crosstool-ng/scripts/build/libc'
2020-01-20T17:09:37.9799713Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gcc/6.5.0'
2020-01-20T17:09:37.9815974Z  /usr/bin/install -c -m 644  packages/gcc/6.5.0/0000-libtool-leave-framework-alone.patch packages/gcc/6.5.0/0001-uclibc-conf.patch packages/gcc/6.5.0/0002-missing-execinfo_h.patch packages/gcc/6.5.0/0003-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch packages/gcc/6.5.0/0004-gcc-plugin-POSIX-include-sys-select-h.patch packages/gcc/6.5.0/0005-arm-softfloat-libgcc.patch packages/gcc/6.5.0/0006-arm_unbreak_armv4t.patch packages/gcc/6.5.0/0007-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch packages/gcc/6.5.0/0008-cilk-wchar.patch packages/gcc/6.5.0/0009-fix-m68k-compile.patch packages/gcc/6.5.0/0010-fix-m68k-uclinux.patch packages/gcc/6.5.0/0011-libgcc-mkmap-symver-support-skip_underscore.patch packages/gcc/6.5.0/0012-libgcc-config-bfin-use-the-generic-linker-version-in.patch packages/gcc/6.5.0/0013-libgcc-fix-DWARF-compilation-with-FDPIC-targets.patch packages/gcc/6.5.0/0014-bfin-define-REENTRANT.patch packages/gcc/6.5.0/0015-libgfortran-missing-include.patch packages/gcc/6.5.0/0016-nios2-bad-multilib-default.patch packages/gcc/6.5.0/0017-libgcc-disable-split-stack-nothreads.patch packages/gcc/6.5.0/0018-uclinux-enable-threads.patch packages/gcc/6.5.0/0019-bionic-ndk.patch packages/gcc/6.5.0/0020-bionic-errno.patch packages/gcc/6.5.0/0021-crystax.patch packages/gcc/6.5.0/0022-crystax.patch packages/gcc/6.5.0/0023-crystax.patch packages/gcc/6.5.0/0024-crystax.patch packages/gcc/6.5.0/0025-crystax.patch packages/gcc/6.5.0/0026-crystax.patch packages/gcc/6.5.0/0027-crystax.patch packages/gcc/6.5.0/0028-crystax.patch packages/gcc/6.5.0/0029-msp430-fix.patch packages/gcc/6.5.0/0030-isl-0.20.patch packages/gcc/6.5.0/chksum packages/gcc/6.5.0/version.desc '/usr/local/share/crosstool-ng/packages/gcc/6.5.0'
2020-01-20T17:09:37.9878498Z  /usr/bin/install -c -m 644  samples/arm-unknown-eabi/crosstool.config samples/arm-unknown-eabi/reported.by '/usr/local/share/crosstool-ng/samples/arm-unknown-eabi'
2020-01-20T17:09:37.9897801Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/automake/1.11.6'
2020-01-20T17:09:37.9913319Z  /usr/bin/install -c -m 644  packages/automake/1.11.6/0000-escape-left-brace.patch packages/automake/1.11.6/chksum packages/automake/1.11.6/version.desc '/usr/local/share/crosstool-ng/packages/automake/1.11.6'
2020-01-20T17:09:37.9937244Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/7.11.1'
---
2020-01-20T17:09:38.0057427Z  /usr/bin/install -c -m 644  samples/x86_64-centos6-linux-gnu/crosstool.config samples/x86_64-centos6-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/x86_64-centos6-linux-gnu'
2020-01-20T17:09:38.0079098Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/arm-unknown-linux-uclibcgnueabihf'
2020-01-20T17:09:38.0092283Z  /usr/bin/install -c -m 644  samples/arm-unknown-linux-uclibcgnueabihf/crosstool.config samples/arm-unknown-linux-uclibcgnueabihf/reported.by '/usr/local/share/crosstool-ng/samples/arm-unknown-linux-uclibcgnueabihf'
2020-01-20T17:09:38.0122574Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc-ports/2.13'
2020-01-20T17:09:38.0135777Z  /usr/bin/install -c -m 644  packages/glibc-ports/2.13/0000-Fix-ARM-build-with-GCC-trunk.patch packages/glibc-ports/2.13/0001-m68k-sys-user.patch packages/glibc-ports/2.13/0002-alpha-SETPIPE-GETPIPE.patch packages/glibc-ports/2.13/0003-alpha-statfs.patch packages/glibc-ports/2.13/0004-alpha-cache-shape.patch packages/glibc-ports/2.13/0005-alpha-DEFAULT_STACK_PERMS.patch packages/glibc-ports/2.13/0006-alpha-fix-gcc-4.1-warnings.patch packages/glibc-ports/2.13/0007-alpha-feupdateenv.patch packages/glibc-ports/2.13/0008-alpha-fix-rtld-fPIC.patch packages/glibc-ports/2.13/0009-arm-cirrus-ep93xx-maverick-crunch-fpu.patch packages/glibc-ports/2.13/0010-nptl-lowlevellock.patch packages/glibc-ports/2.13/0011-fpu-cw-mips.patch packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch packages/glibc-ports/2.13/chksum packages/glibc-ports/2.13/version.desc '/usr/local/share/crosstool-ng/packages/glibc-ports/2.13'
2020-01-20T17:09:38.0183436Z  /usr/bin/install -c -m 644  packages/glibc-ports/2.15/0000-Fix-ARM-build-with-GCC-trunk.patch packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch packages/glibc-ports/2.15/0002-m68k-sys-user.patch packages/glibc-ports/2.15/0003-alpha-cache-shape.patch packages/glibc-ports/2.15/0004-alpha-fix-gcc-4.1-warnings.patch packages/glibc-ports/2.15/0005-alpha-fix-rtld-fPIC.patch packages/glibc-ports/2.15/0006-arm-cirrus-ep93xx-maverick-crunch-fpu.patch packages/glibc-ports/2.15/0007-nptl-lowlevellock.patch packages/glibc-ports/2.15/0008-fpu-cw-mips.patch packages/glibc-ports/2.15/chksum packages/glibc-ports/2.15/version.desc '/usr/local/share/crosstool-ng/packages/glibc-ports/2.15'
2020-01-20T17:09:38.0207384Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/mips-malta-linux-gnu'
2020-01-20T17:09:38.0221114Z  /usr/bin/install -c -m 644  samples/mips-malta-linux-gnu/crosstool.config samples/mips-malta-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/mips-malta-linux-gnu'
2020-01-20T17:09:38.0261756Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gcc-linaro/4.8-2015.06'
---
2020-01-20T17:09:38.0419680Z  /usr/bin/install -c -m 644  packages/glibc/2.13/0040-nis-bogus-conditional.patch packages/glibc/2.13/0041-initfini-ppc64.patch packages/glibc/2.13/0042-obstack-common.patch packages/glibc/2.13/0043-new-tools.patch packages/glibc/2.13/0044-strftime-multiple-stmts.patch packages/glibc/2.13/0045-if_nametoindex-size-check.patch packages/glibc/2.13/0046-utmp-nonstring.patch packages/glibc/2.13/0047-getlogin_r-use-strnlen.patch packages/glibc/2.13/0048-zic.c-use-memcpy.patch packages/glibc/2.13/chksum packages/glibc/2.13/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.13'
2020-01-20T17:09:38.0449472Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/binutils/2.32'
2020-01-20T17:09:38.0465201Z  /usr/bin/install -c -m 644  packages/binutils/2.32/0000-sh-conf.patch packages/binutils/2.32/0001-ld_makefile_patch.patch packages/binutils/2.32/0002-check_ldrunpath_length.patch packages/binutils/2.32/0003-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch packages/binutils/2.32/0004-Dont-link-to-libfl-as-its-unnecessary.patch packages/binutils/2.32/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch packages/binutils/2.32/0006-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch packages/binutils/2.32/0007-sysroot.patch packages/binutils/2.32/0008-poison-system-directories.patch packages/binutils/2.32/chksum packages/binutils/2.32/version.desc '/usr/local/share/crosstool-ng/packages/binutils/2.32'
2020-01-20T17:09:38.0498195Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.15'
2020-01-20T17:09:38.0513448Z  /usr/bin/install -c -m 644  packages/glibc/2.15/0040-builtin_expect.patch packages/glibc/2.15/0041-gcc_s-suffix.patch packages/glibc/2.15/0042-obsolete-rpc.patch packages/glibc/2.15/0043-obstack-common.patch packages/glibc/2.15/0044-new-tools.patch packages/glibc/2.15/0045-strftime-multiple-stmts.patch packages/glibc/2.15/0046-if_nametoindex-size-check.patch packages/glibc/2.15/0047-utmp-nonstring.patch packages/glibc/2.15/0048-getlogin_r-use-strnlen.patch packages/glibc/2.15/0049-zic.c-use-memcpy.patch packages/glibc/2.15/0050-fdivp-order.patch packages/glibc/2.15/chksum packages/glibc/2.15/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.15'
2020-01-20T17:09:38.0552533Z  /usr/bin/install -c -m 644  packages/linux/3.9.11/chksum packages/linux/3.9.11/version.desc '/usr/local/share/crosstool-ng/packages/linux/3.9.11'
2020-01-20T17:09:38.0581137Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.17'
2020-01-20T17:09:38.0592911Z  /usr/bin/install -c -m 644  packages/glibc/2.17/0000-Fix-ARM-build-with-GCC-trunk.patch packages/glibc/2.17/0001-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.17/0002-fix-signed-shift-overlow.patch packages/glibc/2.17/0003-dl-openat64-variadic.patch packages/glibc/2.17/0004-unused-variables.patch packages/glibc/2.17/0005-misleading-indentation.patch packages/glibc/2.17/0006-dl-open-array-bounds.patch packages/glibc/2.17/0007-support-make4.patch packages/glibc/2.17/0008-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.17/0009-macos-cross-rpcgen.patch packages/glibc/2.17/0010-fix-rpc_parse-format.patch packages/glibc/2.17/0011-nis-bogus-conditional.patch packages/glibc/2.17/0012-obstack-common.patch packages/glibc/2.17/0013-strftime-multiple-stmts.patch packages/glibc/2.17/0014-if_nametoindex-size-check.patch packages/glibc/2.17/0015-utmp-nonstring.patch packages/glibc/2.17/0016-getlogin_r-use-strnlen.patch packages/glibc/2.17/0017-zic.c-use-memcpy.patch packages/glibc/2.17/chksum packages/glibc/2.17/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.17'
2020-01-20T17:09:38.0649649Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.18'
2020-01-20T17:09:38.0649649Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.18'
2020-01-20T17:09:38.0661582Z  /usr/bin/install -c -m 644  packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch packages/glibc/2.18/0001-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.18/0002-fix-signed-shift-overlow.patch packages/glibc/2.18/0003-dl-openat64-variadic.patch packages/glibc/2.18/0004-unused-variables.patch packages/glibc/2.18/0005-misleading-indentation.patch packages/glibc/2.18/0006-dl-open-array-bounds.patch packages/glibc/2.18/0007-2770d15-Fix-PI-mutex-check-in-pthread_cond_broadcast-and-pthread_cond_signal.patch packages/glibc/2.18/0008-support-make4.patch packages/glibc/2.18/0009-arm-unwind.patch packages/glibc/2.18/0010-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.18/0011-macos-cross-rpcgen.patch packages/glibc/2.18/0012-fix-rpc_parse-format.patch packages/glibc/2.18/0013-nis-bogus-conditional.patch packages/glibc/2.18/0014-strftime-multiple-stmts.patch packages/glibc/2.18/0015-if_nametoindex-size-check.patch packages/glibc/2.18/0016-utmp-nonstring.patch packages/glibc/2.18/0017-getlogin_r-use-strnlen.patch packages/glibc/2.18/0018-zic.c-use-memcpy.patch packages/glibc/2.18/chksum packages/glibc/2.18/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.18'
2020-01-20T17:09:38.0704127Z  /usr/bin/install -c -m 644  samples/powerpc64-unknown-linux-gnu/crosstool.config samples/powerpc64-unknown-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/powerpc64-unknown-linux-gnu'
2020-01-20T17:09:38.0732299Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.19'
2020-01-20T17:09:38.0747127Z  /usr/bin/install -c -m 644  packages/glibc/2.19/0000-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.19/0001-fix-signed-shift-overlow.patch packages/glibc/2.19/0002-dl-openat64-variadic.patch packages/glibc/2.19/0003-unused-variables.patch packages/glibc/2.19/0004-misleading-indentation.patch packages/glibc/2.19/0005-dl-open-array-bounds.patch packages/glibc/2.19/0006-arm-unwind.patch packages/glibc/2.19/0007-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.19/0008-typedef-caddr.patch packages/glibc/2.19/0009-fix-rpc_parse-format.patch packages/glibc/2.19/0010-explicit-boolean.patch packages/glibc/2.19/0011-nis-bogus-conditional.patch packages/glibc/2.19/0012-strftime-multiple-stmts.patch packages/glibc/2.19/0013-if_nametoindex-size-check.patch packages/glibc/2.19/0014-utmp-nonstring.patch packages/glibc/2.19/0015-getlogin_r-use-strnlen.patch packages/glibc/2.19/0016-zic.c-use-memcpy.patch packages/glibc/2.19/chksum packages/glibc/2.19/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.19'
2020-01-20T17:09:38.0771403Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/musl'
---
2020-01-20T17:09:38.1177418Z  /usr/bin/install -c -m 644  samples/msp430-unknown-elf/crosstool.config samples/msp430-unknown-elf/reported.by '/usr/local/share/crosstool-ng/samples/msp430-unknown-elf'
2020-01-20T17:09:38.1203050Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/newlib/2.3.0.20160226'
2020-01-20T17:09:38.1218310Z  /usr/bin/install -c -m 644  packages/newlib/2.3.0.20160226/0000-fix-unaligned-access-memcpy-m68k.patch packages/newlib/2.3.0.20160226/0001-fix-eabihf.patch packages/newlib/2.3.0.20160226/0002-fix-mt-cflags.patch packages/newlib/2.3.0.20160226/chksum packages/newlib/2.3.0.20160226/version.desc '/usr/local/share/crosstool-ng/packages/newlib/2.3.0.20160226'
2020-01-20T17:09:38.1239322Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/zlib/1.2.11'
2020-01-20T17:09:38.1254478Z  /usr/bin/install -c -m 644  packages/zlib/1.2.11/0000-make-check-fail.patch packages/zlib/1.2.11/0001-no-_wopen-cygwin.patch packages/zlib/1.2.11/0002-mingw-static-only.patch packages/zlib/1.2.11/chksum packages/zlib/1.2.11/version.desc '/usr/local/share/crosstool-ng/packages/zlib/1.2.11'
2020-01-20T17:09:38.1285665Z  /usr/bin/install -c -m 644  packages/gdb/7.6.1/chksum packages/gdb/7.6.1/version.desc '/usr/local/share/crosstool-ng/packages/gdb/7.6.1'
2020-01-20T17:09:38.1311295Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc-ports/2.16.0'
2020-01-20T17:09:38.1324620Z  /usr/bin/install -c -m 644  packages/glibc-ports/2.16.0/0000-Fix-ARM-build-with-GCC-trunk.patch packages/glibc-ports/2.16.0/0001-m68k-sys-user.patch packages/glibc-ports/2.16.0/0002-alpha-cache-shape.patch packages/glibc-ports/2.16.0/0003-alpha-fix-gcc-4.1-warnings.patch packages/glibc-ports/2.16.0/0004-alpha-fix-rtld-fPIC.patch packages/glibc-ports/2.16.0/0005-nptl-lowlevellock.patch packages/glibc-ports/2.16.0/0006-fpu-cw-mips.patch packages/glibc-ports/2.16.0/chksum packages/glibc-ports/2.16.0/version.desc '/usr/local/share/crosstool-ng/packages/glibc-ports/2.16.0'
2020-01-20T17:09:38.1347586Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/linux/4.13.16'
2020-01-20T17:09:38.1347586Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/linux/4.13.16'
2020-01-20T17:09:38.1362135Z  /usr/bin/install -c -m 644  packages/linux/4.13.16/chksum packages/linux/4.13.16/version.desc '/usr/local/share/crosstool-ng/packages/linux/4.13.16'
2020-01-20T17:09:38.1380523Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.6'
2020-01-20T17:09:38.1394375Z  /usr/bin/install -c -m 644  packages/strace/4.6/chksum packages/strace/4.6/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.6'
2020-01-20T17:09:38.1411734Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.7'
2020-01-20T17:09:38.1427063Z  /usr/bin/install -c -m 644  packages/strace/4.7/chksum packages/strace/4.7/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.7'
2020-01-20T17:09:38.1444226Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.8'
2020-01-20T17:09:38.1457987Z  /usr/bin/install -c -m 644  packages/strace/4.8/0000-strace-4.8-glibc_2.18_build_fix-1.patch packages/strace/4.8/chksum packages/strace/4.8/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.8'
2020-01-20T17:09:38.1488656Z  /usr/bin/install -c -m 644  packages/strace/4.9/chksum packages/strace/4.9/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.9'
2020-01-20T17:09:38.1511063Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/binutils-linaro/2.25.0-2015.01-2'
2020-01-20T17:09:38.1527518Z  /usr/bin/install -c -m 644  packages/binutils-linaro/2.25.0-2015.01-2/chksum packages/binutils-linaro/2.25.0-2015.01-2/version.desc '/usr/local/share/crosstool-ng/packages/binutils-linaro/2.25.0-2015.01-2'
2020-01-20T17:09:38.1545841Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/mipsel-multilib-linux-gnu'
2020-01-20T17:09:38.1545841Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/mipsel-multilib-linux-gnu'
2020-01-20T17:09:38.1560826Z  /usr/bin/install -c -m 644  samples/mipsel-multilib-linux-gnu/crosstool.config samples/mipsel-multilib-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/mipsel-multilib-linux-gnu'
2020-01-20T17:09:38.1583076Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/duma/2_5_15'
2020-01-20T17:09:38.1598992Z  /usr/bin/install -c -m 644  packages/duma/2_5_15/0000-cross-compile.patch packages/duma/2_5_15/0001-separate_cpp.patch packages/duma/2_5_15/0002-cpp11-new-operator.patch packages/duma/2_5_15/chksum packages/duma/2_5_15/version.desc '/usr/local/share/crosstool-ng/packages/duma/2_5_15'
2020-01-20T17:09:38.1633807Z  /usr/bin/install -c -m 644  packages/cloog/package.desc '/usr/local/share/crosstool-ng/packages/cloog'
2020-01-20T17:09:38.1675660Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gcc/4.9.4'
2020-01-20T17:09:38.1692608Z  /usr/bin/install -c -m 644  packages/gcc/4.9.4/0000-Use-ucontext_t-not-struct-ucontext-in-linux-unwind.h.patch packages/gcc/4.9.4/0001-gcc_bug_62231.patch packages/gcc/4.9.4/0002-gcc_bug_62231.patch packages/gcc/4.9.4/0003-libtool-leave-framework-alone.patch packages/gcc/4.9.4/0004-uclibc-conf.patch packages/gcc/4.9.4/0005-msp430-string-literals.patch packages/gcc/4.9.4/0006-alpha-bad-eh_frame.patch packages/gcc/4.9.4/0007-pr65730.patch packages/gcc/4.9.4/0008-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch packages/gcc/4.9.4/0009-pr43538.patch packages/gcc/4.9.4/0010-mt-ospace-preserve-FLAGS_FOR_TARGET.patch packages/gcc/4.9.4/0011-sanitizer-Fix-build-with-_FILE_OFFSET_BITS-64.patch packages/gcc/4.9.4/0012-missing-execinfo_h.patch packages/gcc/4.9.4/0013-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch packages/gcc/4.9.4/0014-arm-softfloat-libgcc.patch packages/gcc/4.9.4/0015-arm_unbreak_armv4t.patch packages/gcc/4.9.4/0016-microblaze-enable-dwarf-eh-support.patch packages/gcc/4.9.4/0017-libstdcxx-uclibc-c99.patch packages/gcc/4.9.4/0018-cilk-wchar.patch packages/gcc/4.9.4/0019-xtensa-add-mauto-litpools-option.patch packages/gcc/4.9.4/0020-xtensa-reimplement-register-spilling.patch packages/gcc/4.9.4/0021-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch packages/gcc/4.9.4/0022-xtensa-fix-_Unwind_GetCFA.patch packages/gcc/4.9.4/0023-xtensa-add-uclinux-support.patch packages/gcc/4.9.4/0024-gcc-xtensa-fix-fprintf-format-specifiers.patch packages/gcc/4.9.4/0025-xtensa-fix-PR-target-82181.patch packages/gcc/4.9.4/0026-nios2_legitimize_address.patch packages/gcc/4.9.4/0027-fix-m68k-compile.patch packages/gcc/4.9.4/0028-fix-m68k-uclinux.patch packages/gcc/4.9.4/0029-musl-support.patch packages/gcc/4.9.4/0030-microblaze-uclibc.patch packages/gcc/4.9.4/0031-libgcc-disable-split-stack-nothreads.patch packages/gcc/4.9.4/0032-uclinux-enable-threads.patch packages/gcc/4.9.4/1000-powerpc-link-with-math-lib.patch.conditional packages/gcc/4.9.4/chksum packages/gcc/4.9.4/version.desc '/usr/local/share/crosstool-ng/packages/gcc/4.9.4'
2020-01-20T17:09:38.1724812Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/mipsel-sde-elf'
2020-01-20T17:09:38.1724812Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/mipsel-sde-elf'
2020-01-20T17:09:38.1738454Z  /usr/bin/install -c -m 644  samples/mipsel-sde-elf/crosstool.config samples/mipsel-sde-elf/reported.by '/usr/local/share/crosstool-ng/samples/mipsel-sde-elf'
2020-01-20T17:09:38.1770589Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gcc/8.3.0'
2020-01-20T17:09:38.1789942Z  /usr/bin/install -c -m 644  packages/gcc/8.3.0/0000-libtool-leave-framework-alone.patch packages/gcc/8.3.0/0001-uclibc-conf.patch packages/gcc/8.3.0/0002-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch packages/gcc/8.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch packages/gcc/8.3.0/0004-arm-softfloat-libgcc.patch packages/gcc/8.3.0/0005-fix-m68k-uclinux.patch packages/gcc/8.3.0/0006-libgfortran-missing-include.patch packages/gcc/8.3.0/0007-nios2-bad-multilib-default.patch packages/gcc/8.3.0/0008-libgcc-disable-split-stack-nothreads.patch packages/gcc/8.3.0/0009-bionic-ndk.patch packages/gcc/8.3.0/0010-crystax.patch packages/gcc/8.3.0/0011-crystax.patch packages/gcc/8.3.0/0012-crystax.patch packages/gcc/8.3.0/0013-crystax.patch packages/gcc/8.3.0/0014-crystax.patch packages/gcc/8.3.0/0015-crystax.patch packages/gcc/8.3.0/0016-crystax.patch packages/gcc/8.3.0/0017-crystax.patch packages/gcc/8.3.0/0018-ARC-Add-multilib-support-for-linux-targets.patch packages/gcc/8.3.0/0019-isl-0.20.patch packages/gcc/8.3.0/0020-ARM-fix-cmse.patch packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch packages/gcc/8.3.0/chksum packages/gcc/8.3.0/version.desc '/usr/local/share/crosstool-ng/packages/gcc/8.3.0'
2020-01-20T17:09:38.1843069Z  /usr/bin/install -c -m 644  packages/newlib/3.1.0.20181231/0000-fix-unaligned-access-memcpy-m68k.patch packages/newlib/3.1.0.20181231/0001-fix-mt-cflags.patch packages/newlib/3.1.0.20181231/chksum packages/newlib/3.1.0.20181231/version.desc '/usr/local/share/crosstool-ng/packages/newlib/3.1.0.20181231'
2020-01-20T17:09:38.1864525Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/linux/2.6.38.8'
2020-01-20T17:09:38.1880358Z  /usr/bin/install -c -m 644  packages/linux/2.6.38.8/chksum packages/linux/2.6.38.8/version.desc '/usr/local/share/crosstool-ng/packages/linux/2.6.38.8'
2020-01-20T17:09:38.1900876Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/7.0.1a'
---
2020-01-20T17:09:38.2303589Z  /usr/bin/install -c -m 644  packages/isl/0.14.1/chksum packages/isl/0.14.1/version.desc '/usr/local/share/crosstool-ng/packages/isl/0.14.1'
2020-01-20T17:09:38.2322344Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/arc-multilib-elf32'
2020-01-20T17:09:38.2336002Z  /usr/bin/install -c -m 644  samples/arc-multilib-elf32/crosstool.config samples/arc-multilib-elf32/reported.by '/usr/local/share/crosstool-ng/samples/arc-multilib-elf32'
2020-01-20T17:09:38.2358686Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/config/arch'
2020-01-20T17:09:38.2369695Z  /usr/bin/install -c -m 644  config/arch/alpha.in config/arch/arc.in config/arch/arm.in config/arch/avr.in config/arch/m68k.in config/arch/microblaze.in config/arch/mips.in config/arch/moxie.in config/arch/msp430.in config/arch/nios2.in config/arch/powerpc.in config/arch/riscv.in config/arch/s390.in config/arch/sh.in config/arch/sparc.in config/arch/x86.in config/arch/xtensa.in '/usr/local/share/crosstool-ng/config/arch'
2020-01-20T17:09:38.2409771Z  /usr/bin/install -c -m 644  packages/linux/3.0.101/chksum packages/linux/3.0.101/version.desc '/usr/local/share/crosstool-ng/packages/linux/3.0.101'
2020-01-20T17:09:38.2427035Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/i686-ubuntu16.04-linux-gnu'
2020-01-20T17:09:38.2438596Z  /usr/bin/install -c -m 644  samples/i686-ubuntu16.04-linux-gnu/crosstool.config samples/i686-ubuntu16.04-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/i686-ubuntu16.04-linux-gnu'
2020-01-20T17:09:38.2460204Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/newlib/1.20.0'
---
2020-01-20T17:09:38.3202136Z  /usr/bin/install -c -m 644  samples/powerpc-e300c3-linux-gnu/crosstool.config samples/powerpc-e300c3-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/powerpc-e300c3-linux-gnu'
2020-01-20T17:09:38.3221868Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/linux/4.17.19'
2020-01-20T17:09:38.3238385Z  /usr/bin/install -c -m 644  packages/linux/4.17.19/chksum packages/linux/4.17.19/version.desc '/usr/local/share/crosstool-ng/packages/linux/4.17.19'
2020-01-20T17:09:38.3259847Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/mpfr/3.0.1'
2020-01-20T17:09:38.3275460Z  /usr/bin/install -c -m 644  packages/mpfr/3.0.1/0000-asin_exprange.patch packages/mpfr/3.0.1/0001-rec_sqrt-carry.patch packages/mpfr/3.0.1/0002-atan-expo-range.patch packages/mpfr/3.0.1/0003-texp-zero.patch packages/mpfr/3.0.1/chksum packages/mpfr/3.0.1/version.desc '/usr/local/share/crosstool-ng/packages/mpfr/3.0.1'
2020-01-20T17:09:38.3315312Z  /usr/bin/install -c -m 644  packages/linux/2.6.33.7/chksum packages/linux/2.6.33.7/version.desc '/usr/local/share/crosstool-ng/packages/linux/2.6.33.7'
2020-01-20T17:09:38.3353078Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/binutils/2.26.1'
2020-01-20T17:09:38.3370993Z  /usr/bin/install -c -m 644  packages/binutils/2.26.1/0000-sh-conf.patch packages/binutils/2.26.1/0001-ld_makefile_patch.patch packages/binutils/2.26.1/0002-check_ldrunpath_length.patch packages/binutils/2.26.1/0003-fix-gold-pthreads-typo.patch packages/binutils/2.26.1/0004-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch packages/binutils/2.26.1/0005-Dont-link-to-libfl-as-its-unnecessary.patch packages/binutils/2.26.1/0006-Darwin-gold-binary-cc-include-string-not-cstring.patch packages/binutils/2.26.1/0007-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch packages/binutils/2.26.1/0008-sysroot.patch packages/binutils/2.26.1/0009-poison-system-directories.patch packages/binutils/2.26.1/0010-Fix-library-paths-on-PowerPC.patch packages/binutils/2.26.1/0011-xtensa-fix-signedness-of-gas-relocations.patch packages/binutils/2.26.1/0012-xtensa-fix-.init-.fini-literals-moving.patch packages/binutils/2.26.1/chksum packages/binutils/2.26.1/version.desc '/usr/local/share/crosstool-ng/packages/binutils/2.26.1'
2020-01-20T17:09:38.3402523Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/config/gen'
---
2020-01-20T17:09:38.4063554Z  /usr/bin/install -c -m 644  packages/glibc/2.21/0000-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.21/0001-fix-signed-shift-overlow.patch packages/glibc/2.21/0002-dl-openat64-variadic.patch packages/glibc/2.21/0003-unused-variables.patch packages/glibc/2.21/0004-misleading-indentation.patch packages/glibc/2.21/0005-dl-open-array-bounds.patch packages/glibc/2.21/0006-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.21/0007-typedef-caddr.patch packages/glibc/2.21/0008-fix-rpc_parse-format.patch packages/glibc/2.21/0009-explicit-boolean.patch packages/glibc/2.21/0010-nis-bogus-conditional.patch packages/glibc/2.21/0011-dlclose-assert.patch packages/glibc/2.21/0012-strftime-multiple-stmts.patch packages/glibc/2.21/0013-if_nametoindex-size-check.patch packages/glibc/2.21/0014-utmp-nonstring.patch packages/glibc/2.21/0015-getlogin_r-use-strnlen.patch packages/glibc/2.21/0016-zic.c-use-memcpy.patch packages/glibc/2.21/chksum packages/glibc/2.21/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.21'
2020-01-20T17:09:38.4090207Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gettext'
2020-01-20T17:09:38.4108489Z  /usr/bin/install -c -m 644  packages/gettext/package.desc '/usr/local/share/crosstool-ng/packages/gettext'
2020-01-20T17:09:38.4136194Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.22'
2020-01-20T17:09:38.4151456Z  /usr/bin/install -c -m 644  packages/glibc/2.22/0000-sparc32-sem_open-missing-include.patch packages/glibc/2.22/0001-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.22/0002-fix-signed-shift-overlow.patch packages/glibc/2.22/0003-dl-openat64-variadic.patch packages/glibc/2.22/0004-unused-variables.patch packages/glibc/2.22/0005-misleading-indentation.patch packages/glibc/2.22/0006-cve-2105-7547-getaddrinfo-stack.patch packages/glibc/2.22/0007-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.22/0008-typedef-caddr.patch packages/glibc/2.22/0009-fix-rpc_parse-format.patch packages/glibc/2.22/0010-explicit-boolean.patch packages/glibc/2.22/0011-nis-bogus-conditional.patch packages/glibc/2.22/0012-strftime-multiple-stmts.patch packages/glibc/2.22/0013-if_nametoindex-size-check.patch packages/glibc/2.22/0014-utmp-nonstring.patch packages/glibc/2.22/0015-getlogin_r-use-strnlen.patch packages/glibc/2.22/0016-zic.c-use-memcpy.patch packages/glibc/2.22/chksum packages/glibc/2.22/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.22'
2020-01-20T17:09:38.4208336Z  /usr/bin/install -c -m 644  packages/glibc/2.23/0000-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch packages/glibc/2.23/0001-Fix-build-with-enable-static-nss.patch packages/glibc/2.23/0002-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.23/0003-typedef-caddr.patch packages/glibc/2.23/0004-fix-rpc_parse-format.patch packages/glibc/2.23/0005-explicit-boolean.patch packages/glibc/2.23/0006-nis-bogus-conditional.patch packages/glibc/2.23/0007-regexp-common.patch packages/glibc/2.23/0008-strftime-multiple-stmts.patch packages/glibc/2.23/0009-if_nametoindex-size-check.patch packages/glibc/2.23/0010-utmp-nonstring.patch packages/glibc/2.23/0011-getlogin_r-use-strnlen.patch packages/glibc/2.23/0012-zic.c-use-memcpy.patch packages/glibc/2.23/chksum packages/glibc/2.23/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.23'
2020-01-20T17:09:38.4240611Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.24'
2020-01-20T17:09:38.4253458Z  /usr/bin/install -c -m 644  packages/glibc/2.24/0000-sh-fix-gcc6.patch packages/glibc/2.24/0001-Fix-build-with-enable-static-nss.patch packages/glibc/2.24/0002-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.24/0003-typedef-caddr.patch packages/glibc/2.24/0004-fix-rpc_parse-format.patch packages/glibc/2.24/0005-explicit-boolean.patch packages/glibc/2.24/0006-nis-bogus-conditional.patch packages/glibc/2.24/0007-regexp-common.patch packages/glibc/2.24/0008-strftime-multiple-stmts.patch packages/glibc/2.24/0009-if_nametoindex-size-check.patch packages/glibc/2.24/0010-utmp-nonstring.patch packages/glibc/2.24/0011-getlogin_r-use-strnlen.patch packages/glibc/2.24/0012-zic.c-use-memcpy.patch packages/glibc/2.24/chksum packages/glibc/2.24/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.24'
2020-01-20T17:09:38.4292922Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.25'
2020-01-20T17:09:38.4292922Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.25'
2020-01-20T17:09:38.4311419Z  /usr/bin/install -c -m 644  packages/glibc/2.25/0000-sh-fix-gcc6.patch packages/glibc/2.25/0001-Fix-build-with-enable-static-nss.patch packages/glibc/2.25/0002-Fix-combreloc-test-BSD-grep.patch packages/glibc/2.25/0003-typedef-caddr.patch packages/glibc/2.25/0004-sh4-trap-divdi3.patch packages/glibc/2.25/0005-sparc-extra-plt-call.patch packages/glibc/2.25/0006-regexp-common.patch packages/glibc/2.25/0007-strftime-multiple-stmts.patch packages/glibc/2.25/0008-if_nametoindex-size-check.patch packages/glibc/2.25/0009-utmp-nonstring.patch packages/glibc/2.25/0010-getlogin_r-use-strnlen.patch packages/glibc/2.25/0011-zic.c-use-memcpy.patch packages/glibc/2.25/chksum packages/glibc/2.25/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.25'
2020-01-20T17:09:38.4350471Z  /usr/bin/install -c -m 644  packages/glibc/2.26/0000-typedef-caddr.patch packages/glibc/2.26/0001-aarch64-rewrite-elf_machine_load_address.patch packages/glibc/2.26/0002-if_nametoindex-size-check.patch packages/glibc/2.26/0003-utmp-nonstring.patch packages/glibc/2.26/0004-getlogin_r-use-strnlen.patch packages/glibc/2.26/0005-zic.c-use-memcpy.patch packages/glibc/2.26/chksum packages/glibc/2.26/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.26'
2020-01-20T17:09:38.4373538Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/glibc/2.27'
2020-01-20T17:09:38.4386907Z  /usr/bin/install -c -m 644  packages/glibc/2.27/0000-typedef-caddr.patch packages/glibc/2.27/chksum packages/glibc/2.27/version.desc '/usr/local/share/crosstool-ng/packages/glibc/2.27'
2020-01-20T17:09:38.4409234Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/i686-ubuntu14.04-linux-gnu'
---
2020-01-20T17:09:38.4974322Z  /usr/bin/install -c -m 644  packages/linux/3.5.7/chksum packages/linux/3.5.7/version.desc '/usr/local/share/crosstool-ng/packages/linux/3.5.7'
2020-01-20T17:09:38.4993765Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/binutils'
2020-01-20T17:09:38.5010369Z  /usr/bin/install -c -m 644  scripts/build/binutils/binutils.sh '/usr/local/share/crosstool-ng/scripts/build/binutils'
2020-01-20T17:09:38.5035942Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/binutils/2.31.1'
2020-01-20T17:09:38.5051637Z  /usr/bin/install -c -m 644  packages/binutils/2.31.1/0000-sh-conf.patch packages/binutils/2.31.1/0001-ld_makefile_patch.patch packages/binutils/2.31.1/0002-check_ldrunpath_length.patch packages/binutils/2.31.1/0003-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch packages/binutils/2.31.1/0004-Dont-link-to-libfl-as-its-unnecessary.patch packages/binutils/2.31.1/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch packages/binutils/2.31.1/0006-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch packages/binutils/2.31.1/0007-sysroot.patch packages/binutils/2.31.1/0008-poison-system-directories.patch packages/binutils/2.31.1/0009-xtensa-fix-relaxation-of-undefined-weak-references-i.patch packages/binutils/2.31.1/0010-xtensa-move-dynamic-relocations-sections-consistency.patch packages/binutils/2.31.1/0011-Restore-build-on-x86_64-w64-mingw32.patch packages/binutils/2.31.1/chksum packages/binutils/2.31.1/version.desc '/usr/local/share/crosstool-ng/packages/binutils/2.31.1'
2020-01-20T17:09:38.5108279Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gcc/5.5.0'
2020-01-20T17:09:38.5124194Z  /usr/bin/install -c -m 644  packages/gcc/5.5.0/0000-libtool-leave-framework-alone.patch packages/gcc/5.5.0/0001-uclibc-conf.patch packages/gcc/5.5.0/0002-msp430-string-literals.patch packages/gcc/5.5.0/0003-xtensa-implement-trap-pattern.patch packages/gcc/5.5.0/0004-alpha-bad-eh_frame.patch packages/gcc/5.5.0/0005-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch packages/gcc/5.5.0/0006-missing-execinfo_h.patch packages/gcc/5.5.0/0007-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch packages/gcc/5.5.0/0008-gcc-plugin-POSIX-include-sys-select-h.patch packages/gcc/5.5.0/0009-arm-softfloat-libgcc.patch packages/gcc/5.5.0/0010-arm_unbreak_armv4t.patch packages/gcc/5.5.0/0011-microblaze-enable-dwarf-eh-support.patch packages/gcc/5.5.0/0012-libstdcxx-uclibc-c99.patch packages/gcc/5.5.0/0013-cilk-wchar.patch packages/gcc/5.5.0/0014-xtensa-add-mauto-litpools-option.patch packages/gcc/5.5.0/0015-xtensa-reimplement-register-spilling.patch packages/gcc/5.5.0/0016-xtensa-add-uclinux-support.patch packages/gcc/5.5.0/0017-fix-m68k-compile.patch packages/gcc/5.5.0/0018-fix-m68k-uclinux.patch packages/gcc/5.5.0/0019-microblaze-uclibc.patch packages/gcc/5.5.0/0020-libitm-fixes-for-musl-support.patch packages/gcc/5.5.0/0021-fixincludes-update-for-musl-support.patch packages/gcc/5.5.0/0022-unwind-fix-for-musl.patch packages/gcc/5.5.0/0023-libstdc++-libgfortran-gthr-workaround-for-musl.patch packages/gcc/5.5.0/0024-musl-libc-config.patch packages/gcc/5.5.0/0025-add-musl-support-to-gcc.patch packages/gcc/5.5.0/0026-mips-musl-support.patch packages/gcc/5.5.0/0027-x86-musl-support.patch packages/gcc/5.5.0/0028-arm-musl-support.patch packages/gcc/5.5.0/0029-aarch64-musl-support.patch packages/gcc/5.5.0/0030-nios2-bad-multilib-default.patch packages/gcc/5.5.0/0031-libgcc-disable-split-stack-nothreads.patch packages/gcc/5.5.0/0032-uclinux-enable-threads.patch packages/gcc/5.5.0/0033-msp430-fix.patch packages/gcc/5.5.0/0034-xtensa-fix-PR-target-65416.patch packages/gcc/5.5.0/chksum packages/gcc/5.5.0/version.desc '/usr/local/share/crosstool-ng/packages/gcc/5.5.0'
2020-01-20T17:09:38.5175456Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts'
2020-01-20T17:09:38.5191334Z  /usr/bin/install -c -m 644  scripts/config.guess scripts/config.rpath scripts/config.sub scripts/crosstool-NG.sh scripts/functions scripts/populate.in scripts/saveSample.sh scripts/scripts.mk scripts/show-config.sh scripts/show-tuple.sh scripts/toolchain-config.in scripts/version-check.sh scripts/xldd.in '/usr/local/share/crosstool-ng/scripts'
2020-01-20T17:09:38.5232778Z  /usr/bin/install -c -m 644  packages/gdb/7.3.1/chksum packages/gdb/7.3.1/version.desc '/usr/local/share/crosstool-ng/packages/gdb/7.3.1'
2020-01-20T17:09:38.5253212Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/aarch64-unknown-linux-gnu'
2020-01-20T17:09:38.5269695Z  /usr/bin/install -c -m 644  samples/aarch64-unknown-linux-gnu/crosstool.config samples/aarch64-unknown-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/aarch64-unknown-linux-gnu'
2020-01-20T17:09:38.5288253Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/newlib'
---
2020-01-20T17:09:38.5653649Z  /usr/bin/install -c -m 644  packages/musl/1.1.21/chksum packages/musl/1.1.21/version.desc '/usr/local/share/crosstool-ng/packages/musl/1.1.21'
2020-01-20T17:09:38.5677335Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/powerpc-860-linux-gnu'
2020-01-20T17:09:38.5691988Z  /usr/bin/install -c -m 644  samples/powerpc-860-linux-gnu/crosstool.config samples/powerpc-860-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/powerpc-860-linux-gnu'
2020-01-20T17:09:38.5714959Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/6.8a'
2020-01-20T17:09:38.5731905Z  /usr/bin/install -c -m 644  packages/gdb/6.8a/0000-dwarf-stack-overflow.patch packages/gdb/6.8a/0001-security-errata-20050610.patch packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch packages/gdb/6.8a/0003-reg-no-longer-active.patch packages/gdb/6.8a/0004-sim-ppc-have-config-h.patch packages/gdb/6.8a/0005-handle-stpcpy-define.patch packages/gdb/6.8a/chksum packages/gdb/6.8a/version.desc '/usr/local/share/crosstool-ng/packages/gdb/6.8a'
2020-01-20T17:09:38.5770734Z  /usr/bin/install -c -m 644  scripts/build/test_suite/gcc.sh '/usr/local/share/crosstool-ng/scripts/build/test_suite'
2020-01-20T17:09:38.5792920Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/newlib/2.0.0'
2020-01-20T17:09:38.5808454Z  /usr/bin/install -c -m 644  packages/newlib/2.0.0/0000-fix-unaligned-access-memcpy-m68k.patch packages/newlib/2.0.0/0001-fix-eabihf.patch packages/newlib/2.0.0/0002-fix-mt-cflags.patch packages/newlib/2.0.0/chksum packages/newlib/2.0.0/version.desc '/usr/local/share/crosstool-ng/packages/newlib/2.0.0'
2020-01-20T17:09:38.5831921Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/isl/0.15'
---
2020-01-20T17:09:38.6319488Z  /usr/bin/install -c -m 644  samples/aarch64-unknown-linux-uclibc/crosstool.config samples/aarch64-unknown-linux-uclibc/reported.by '/usr/local/share/crosstool-ng/samples/aarch64-unknown-linux-uclibc'
2020-01-20T17:09:38.6337437Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/arm-bare_newlib_cortex_m3_nommu-eabi'
2020-01-20T17:09:38.6352918Z  /usr/bin/install -c -m 644  samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config samples/arm-bare_newlib_cortex_m3_nommu-eabi/reported.by '/usr/local/share/crosstool-ng/samples/arm-bare_newlib_cortex_m3_nommu-eabi'
2020-01-20T17:09:38.6378380Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/arch'
2020-01-20T17:09:38.6391662Z  /usr/bin/install -c -m 644  scripts/build/arch/alpha.sh scripts/build/arch/arc.sh scripts/build/arch/arm.sh scripts/build/arch/avr.sh scripts/build/arch/m68k.sh scripts/build/arch/microblaze.sh scripts/build/arch/mips.sh scripts/build/arch/moxie.sh scripts/build/arch/msp430.sh scripts/build/arch/nios2.sh scripts/build/arch/powerpc.sh scripts/build/arch/riscv.sh scripts/build/arch/s390.sh scripts/build/arch/sh.sh scripts/build/arch/sparc.sh scripts/build/arch/x86.sh scripts/build/arch/xtensa.sh '/usr/local/share/crosstool-ng/scripts/build/arch'
2020-01-20T17:09:38.6435519Z  /usr/bin/install -c -m 644  packages/gdb-linaro/7.8-2014.09/chksum packages/gdb-linaro/7.8-2014.09/version.desc '/usr/local/share/crosstool-ng/packages/gdb-linaro/7.8-2014.09'
2020-01-20T17:09:38.6454440Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/powerpc64le-unknown-linux-gnu'
2020-01-20T17:09:38.6475830Z  /usr/bin/install -c -m 644  samples/powerpc64le-unknown-linux-gnu/crosstool.config samples/powerpc64le-unknown-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/powerpc64le-unknown-linux-gnu'
2020-01-20T17:09:38.6487116Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/duma'
---
2020-01-20T17:09:38.6867749Z  /usr/bin/install -c -m 644  packages/linux/3.17.8/chksum packages/linux/3.17.8/version.desc '/usr/local/share/crosstool-ng/packages/linux/3.17.8'
2020-01-20T17:09:38.6889002Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/8.2.1'
2020-01-20T17:09:38.6914123Z  /usr/bin/install -c -m 644  packages/gdb/8.2.1/0000-musl_fix.patch packages/gdb/8.2.1/0001-uclibc-no-gettimeofday-clobber.patch packages/gdb/8.2.1/0002-xtensa-make-sure-ar_base-is-initialized.patch packages/gdb/8.2.1/0003-WIP-end-of-prologue-detection-hack.patch packages/gdb/8.2.1/0004-allow-android.patch packages/gdb/8.2.1/chksum packages/gdb/8.2.1/version.desc '/usr/local/share/crosstool-ng/packages/gdb/8.2.1'
2020-01-20T17:09:38.6928278Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/7.10.1'
2020-01-20T17:09:38.6940747Z  /usr/bin/install -c -m 644  packages/gdb/7.10.1/0000-musl_fix.patch packages/gdb/7.10.1/0001-xtensa-initialize-call_abi-in-xtensa_tdep.patch packages/gdb/7.10.1/0002-xtensa-make-sure-ar_base-is-initialized.patch packages/gdb/7.10.1/0003-WIP-end-of-prologue-detection-hack.patch packages/gdb/7.10.1/chksum packages/gdb/7.10.1/version.desc '/usr/local/share/crosstool-ng/packages/gdb/7.10.1'
2020-01-20T17:09:38.6981194Z  /usr/bin/install -c -m 644  packages/expat/2.2.6/chksum packages/expat/2.2.6/version.desc '/usr/local/share/crosstool-ng/packages/expat/2.2.6'
2020-01-20T17:09:38.7007228Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.10'
2020-01-20T17:09:38.7007228Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.10'
2020-01-20T17:09:38.7024499Z  /usr/bin/install -c -m 644  packages/strace/4.10/0000-aarch64_rt_sigreturn.patch packages/strace/4.10/0001-arm_mmap2.patch packages/strace/4.10/0002-aarch64_arch_regs.patch packages/strace/4.10/0003-stat64-v.test.patch packages/strace/4.10/0004-select_test.patch packages/strace/4.10/0005-fix_aarch64_ioctl_decoding.patch packages/strace/4.10/0006-fix_bexecve64_test.patch packages/strace/4.10/0007-decode_mips_indirect_syscall.patch packages/strace/4.10/0008-upstream-musl_includes.patch packages/strace/4.10/0009-use-host-ioctl.patch packages/strace/4.10/chksum packages/strace/4.10/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.10'
2020-01-20T17:09:38.7064484Z  /usr/bin/install -c -m 644  packages/strace/4.11/0000-use-host-ioctl.patch packages/strace/4.11/chksum packages/strace/4.11/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.11'
2020-01-20T17:09:38.7084100Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.12'
2020-01-20T17:09:38.7100741Z  /usr/bin/install -c -m 644  packages/strace/4.12/0000-use-host-ioctl.patch packages/strace/4.12/chksum packages/strace/4.12/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.12'
2020-01-20T17:09:38.7128533Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/debug'
2020-01-20T17:09:38.7128533Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/debug'
2020-01-20T17:09:38.7143814Z  /usr/bin/install -c -m 644  scripts/build/debug/200-duma.sh scripts/build/debug/300-gdb.sh scripts/build/debug/400-ltrace.sh scripts/build/debug/500-strace.sh scripts/build/debug/duma.in scripts/build/debug/gdbinit.in '/usr/local/share/crosstool-ng/scripts/build/debug'
2020-01-20T17:09:38.7183685Z  /usr/bin/install -c -m 644  packages/strace/4.13/0000-use-host-ioctl.patch packages/strace/4.13/chksum packages/strace/4.13/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.13'
2020-01-20T17:09:38.7203767Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.14'
2020-01-20T17:09:38.7219289Z  /usr/bin/install -c -m 644  packages/strace/4.14/0000-use-host-ioctl.patch packages/strace/4.14/chksum packages/strace/4.14/version.desc '/usr/local/share/crosstool-ng/packages/strace/4.14'
2020-01-20T17:09:38.7241534Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/strace/4.15'
---
2020-01-20T17:09:38.7854109Z  /usr/bin/install -c -m 644  samples/riscv32-hifive1-elf/crosstool.config samples/riscv32-hifive1-elf/reported.by '/usr/local/share/crosstool-ng/samples/riscv32-hifive1-elf'
2020-01-20T17:09:38.7874572Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/armv7-rpi2-linux-gnueabihf'
2020-01-20T17:09:38.7890062Z  /usr/bin/install -c -m 644  samples/armv7-rpi2-linux-gnueabihf/crosstool.config samples/armv7-rpi2-linux-gnueabihf/reported.by '/usr/local/share/crosstool-ng/samples/armv7-rpi2-linux-gnueabihf'
2020-01-20T17:09:38.7911601Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages'
2020-01-20T17:09:38.7927069Z  /usr/bin/install -c -m 644  packages/GNU.help packages/Linaro.help '/usr/local/share/crosstool-ng/packages'
2020-01-20T17:09:38.7961058Z  /usr/bin/install -c -m 644  config/cc/gcc.in config/cc/gcc.in.mips '/usr/local/share/crosstool-ng/config/cc'
2020-01-20T17:09:38.7981070Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/mipsel-unknown-linux-gnu'
2020-01-20T17:09:38.8003051Z  /usr/bin/install -c -m 644  samples/mipsel-unknown-linux-gnu/crosstool.config samples/mipsel-unknown-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/mipsel-unknown-linux-gnu'
2020-01-20T17:09:38.8021462Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/nios2-altera-linux-gnu'
---
2020-01-20T17:09:38.8485917Z  /usr/bin/install -c -m 644  packages/uClibc-ng/1.0.25/0000-gdb8.patch packages/uClibc-ng/1.0.25/0001-uClibc-ng-does-not-implement-name_to_handle_at.patch packages/uClibc-ng/1.0.25/chksum packages/uClibc-ng/1.0.25/version.desc '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.25'
2020-01-20T17:09:38.8509561Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.26'
2020-01-20T17:09:38.8523428Z  /usr/bin/install -c -m 644  packages/uClibc-ng/1.0.26/0000-gdb8.patch packages/uClibc-ng/1.0.26/0001-uClibc-ng-does-not-implement-name_to_handle_at.patch packages/uClibc-ng/1.0.26/chksum packages/uClibc-ng/1.0.26/version.desc '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.26'
2020-01-20T17:09:38.8561478Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.27'
2020-01-20T17:09:38.8579629Z  /usr/bin/install -c -m 644  packages/uClibc-ng/1.0.27/0000-bessel-link-failure.patch packages/uClibc-ng/1.0.27/0001-feraiseexcept-2.patch packages/uClibc-ng/1.0.27/0002-uClibc-ng-does-not-implement-name_to_handle_at.patch packages/uClibc-ng/1.0.27/0003-feraiseexcept.patch packages/uClibc-ng/1.0.27/chksum packages/uClibc-ng/1.0.27/version.desc '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.27'
2020-01-20T17:09:38.8619705Z  /usr/bin/install -c -m 644  packages/mpc/1.1.0/chksum packages/mpc/1.1.0/version.desc '/usr/local/share/crosstool-ng/packages/mpc/1.1.0'
2020-01-20T17:09:38.8640977Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.28'
2020-01-20T17:09:38.8657485Z  /usr/bin/install -c -m 644  packages/uClibc-ng/1.0.28/0000-uClibc-ng-does-not-implement-name_to_handle_at.patch packages/uClibc-ng/1.0.28/chksum packages/uClibc-ng/1.0.28/version.desc '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.28'
2020-01-20T17:09:38.8675637Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.29'
2020-01-20T17:09:38.8675637Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.29'
2020-01-20T17:09:38.8689942Z  /usr/bin/install -c -m 644  packages/uClibc-ng/1.0.29/chksum packages/uClibc-ng/1.0.29/version.desc '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.29'
2020-01-20T17:09:38.8706059Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/licenses.d'
2020-01-20T17:09:38.8719193Z  /usr/bin/install -c -m 644  licenses.d/gpl.txt licenses.d/lgpl.txt '/usr/local/share/crosstool-ng/licenses.d'
2020-01-20T17:09:38.8752284Z  /usr/bin/install -c -m 644  packages/linux/2.6.37.6/chksum packages/linux/2.6.37.6/version.desc '/usr/local/share/crosstool-ng/packages/linux/2.6.37.6'
2020-01-20T17:09:38.8794580Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gcc/4.8.5'
2020-01-20T17:09:38.8812097Z  /usr/bin/install -c -m 644  packages/gcc/4.8.5/0000-gcc_bug_62231.patch packages/gcc/4.8.5/0001-gcc_bug_62231.patch packages/gcc/4.8.5/0002-libtool-leave-framework-alone.patch packages/gcc/4.8.5/0003-uclibc-conf.patch packages/gcc/4.8.5/0004-alpha-bad-eh_frame.patch packages/gcc/4.8.5/0005-pr65730.patch packages/gcc/4.8.5/0006-pr43538.patch packages/gcc/4.8.5/0007-mt-ospace-preserve-FLAGS_FOR_TARGET.patch packages/gcc/4.8.5/0008-build_gcc-5_with_gcc-6.patch packages/gcc/4.8.5/0009-missing-execinfo_h.patch packages/gcc/4.8.5/0010-libmudflap-susv3-legacy.patch packages/gcc/4.8.5/0011-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch packages/gcc/4.8.5/0012-arm-softfloat-libgcc.patch packages/gcc/4.8.5/0013-arm_unbreak_armv4t.patch packages/gcc/4.8.5/0014-PR57717-E500v2.patch packages/gcc/4.8.5/0015-PR60155.patch packages/gcc/4.8.5/0016-aarch64-vmlaq_lane_s32-typo.patch packages/gcc/4.8.5/0017-libstdcxx-uclibc-c99.patch packages/gcc/4.8.5/0018-PR-other-56780.patch packages/gcc/4.8.5/0019-xtensa-add-mauto-litpools-option.patch packages/gcc/4.8.5/0020-xtensa-reimplement-register-spilling.patch packages/gcc/4.8.5/0021-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch packages/gcc/4.8.5/0022-xtensa-fix-_Unwind_GetCFA.patch packages/gcc/4.8.5/0023-gcc-xtensa-fix-fprintf-format-specifiers.patch packages/gcc/4.8.5/0024-xtensa-fix-PR-target-82181.patch packages/gcc/4.8.5/0025-musl-support.patch packages/gcc/4.8.5/0026-cygwin64.patch packages/gcc/4.8.5/1000-powerpc-link-with-math-lib.patch.conditional packages/gcc/4.8.5/chksum packages/gcc/4.8.5/version.desc '/usr/local/share/crosstool-ng/packages/gcc/4.8.5'
2020-01-20T17:09:38.8849998Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/alphaev67-unknown-linux-gnu'
---
2020-01-20T17:09:38.9252287Z  /usr/bin/install -c -m 644  packages/glibc-ports/package.desc '/usr/local/share/crosstool-ng/packages/glibc-ports'
2020-01-20T17:09:38.9273641Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/7.12.1'
2020-01-20T17:09:38.9289490Z  /usr/bin/install -c -m 644  packages/gdb/7.12.1/0000-musl_fix.patch packages/gdb/7.12.1/0001-uclibc-no-gettimeofday-clobber.patch packages/gdb/7.12.1/0002-xtensa-make-sure-ar_base-is-initialized.patch packages/gdb/7.12.1/0003-WIP-end-of-prologue-detection-hack.patch packages/gdb/7.12.1/0004-allow-android.patch packages/gdb/7.12.1/0005-include-order.patch packages/gdb/7.12.1/0006-duplicate-typedef.patch packages/gdb/7.12.1/chksum packages/gdb/7.12.1/version.desc '/usr/local/share/crosstool-ng/packages/gdb/7.12.1'
2020-01-20T17:09:38.9312796Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/config/debug'
2020-01-20T17:09:38.9326758Z  /usr/bin/install -c -m 644  config/debug/duma.in config/debug/gdb.in config/debug/gdb.in.cross config/debug/gdb.in.native config/debug/ltrace.in config/debug/strace.in '/usr/local/share/crosstool-ng/config/debug'
2020-01-20T17:09:38.9358949Z  /usr/bin/install -c -m 644  packages/gdb-linaro/7.3-2011.12/chksum packages/gdb-linaro/7.3-2011.12/version.desc '/usr/local/share/crosstool-ng/packages/gdb-linaro/7.3-2011.12'
2020-01-20T17:09:38.9382700Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/newlib/2.2.0.20151023'
2020-01-20T17:09:38.9395793Z  /usr/bin/install -c -m 644  packages/newlib/2.2.0.20151023/0000-fix-unaligned-access-memcpy-m68k.patch packages/newlib/2.2.0.20151023/0001-fix-eabihf.patch packages/newlib/2.2.0.20151023/0002-fix-mt-cflags.patch packages/newlib/2.2.0.20151023/chksum packages/newlib/2.2.0.20151023/version.desc '/usr/local/share/crosstool-ng/packages/newlib/2.2.0.20151023'
2020-01-20T17:09:38.9418126Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/android-ndk'
---
2020-01-20T17:09:39.0903650Z  /usr/bin/install -c -m 644  packages/ncurses/6.1/0000-ncurses-6.1-20180129.patch packages/ncurses/6.1/chksum packages/ncurses/6.1/version.desc '/usr/local/share/crosstool-ng/packages/ncurses/6.1'
2020-01-20T17:09:39.0921803Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples'
2020-01-20T17:09:39.0936529Z  /usr/bin/install -c -m 644  samples/samples.mk '/usr/local/share/crosstool-ng/samples'
2020-01-20T17:09:39.0965618Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/ltrace/0.5.3'
2020-01-20T17:09:39.0982844Z  /usr/bin/install -c -m 644  packages/ltrace/0.5.3/0000-allow-cross-compile.patch packages/ltrace/0.5.3/0001-alpha-support.patch packages/ltrace/0.5.3/0002-debian-ltrace_0.5.3-2.patch packages/ltrace/0.5.3/0003-add-sysdep.patch packages/ltrace/0.5.3/0004-mips.patch packages/ltrace/0.5.3/0005-mips-remove-CP.patch packages/ltrace/0.5.3/0006-allow-configurable-arch.patch packages/ltrace/0.5.3/0007-fix-missing-ptrace-defines.patch packages/ltrace/0.5.3/0008-lib-supcc.patch packages/ltrace/0.5.3/0009-libltrace-genindex.patch packages/ltrace/0.5.3/0010-ar-configurable.patch packages/ltrace/0.5.3/0011-configure-hostos.patch packages/ltrace/0.5.3/chksum packages/ltrace/0.5.3/version.desc '/usr/local/share/crosstool-ng/packages/ltrace/0.5.3'
2020-01-20T17:09:39.1026557Z  /usr/bin/install -c -m 644  samples/arm-cortex_a15-linux-gnueabihf/crosstool.config samples/arm-cortex_a15-linux-gnueabihf/reported.by '/usr/local/share/crosstool-ng/samples/arm-cortex_a15-linux-gnueabihf'
2020-01-20T17:09:39.1043083Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/moxiebox/git-9a79ac54'
2020-01-20T17:09:39.1056488Z  /usr/bin/install -c -m 644  packages/moxiebox/git-9a79ac54/0001-Remove-PKG_CONFIG-check.patch '/usr/local/share/crosstool-ng/packages/moxiebox/git-9a79ac54'
2020-01-20T17:09:39.1073187Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/linux/2.6.39.4'
2020-01-20T17:09:39.1073187Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/linux/2.6.39.4'
2020-01-20T17:09:39.1085958Z  /usr/bin/install -c -m 644  packages/linux/2.6.39.4/chksum packages/linux/2.6.39.4/version.desc '/usr/local/share/crosstool-ng/packages/linux/2.6.39.4'
2020-01-20T17:09:39.1104167Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/make/3.81'
2020-01-20T17:09:39.1117435Z  /usr/bin/install -c -m 644  packages/make/3.81/chksum packages/make/3.81/version.desc '/usr/local/share/crosstool-ng/packages/make/3.81'
2020-01-20T17:09:39.1135383Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/powerpc-unknown-linux-uclibc'
2020-01-20T17:09:39.1149940Z  /usr/bin/install -c -m 644  samples/powerpc-unknown-linux-uclibc/crosstool.config samples/powerpc-unknown-linux-uclibc/reported.by '/usr/local/share/crosstool-ng/samples/powerpc-unknown-linux-uclibc'
2020-01-20T17:09:39.1169082Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/companion_libs'
2020-01-20T17:09:39.1182108Z  /usr/bin/install -c -m 644  scripts/build/companion_libs/050-zlib.sh scripts/build/companion_libs/100-gmp.sh scripts/build/companion_libs/110-mpfr.sh scripts/build/companion_libs/121-isl.sh scripts/build/companion_libs/130-cloog.sh scripts/build/companion_libs/140-mpc.sh scripts/build/companion_libs/200-libelf.sh scripts/build/companion_libs/210-expat.sh scripts/build/companion_libs/220-ncurses.sh scripts/build/companion_libs/320-libiconv.sh scripts/build/companion_libs/330-gettext.sh '/usr/local/share/crosstool-ng/scripts/build/companion_libs'
2020-01-20T17:09:39.1220883Z  /usr/bin/install -c -m 644  packages/gmp/4.3.2/chksum packages/gmp/4.3.2/version.desc '/usr/local/share/crosstool-ng/packages/gmp/4.3.2'
2020-01-20T17:09:39.1243967Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/contrib'
2020-01-20T17:09:39.1243967Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/contrib'
2020-01-20T17:09:39.1253535Z  /usr/bin/install -c -m 644  contrib/openrisc-or32.patch.lzma '/usr/local/share/crosstool-ng/contrib'
2020-01-20T17:09:39.1291209Z  /usr/bin/install -c -m 644  samples/x86_64-w64-mingw32/crosstool.config samples/x86_64-w64-mingw32/reported.by '/usr/local/share/crosstool-ng/samples/x86_64-w64-mingw32'
2020-01-20T17:09:39.1311773Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/config/libc'
2020-01-20T17:09:39.1328360Z  /usr/bin/install -c -m 644  config/libc/avr-libc.in config/libc/bionic.in config/libc/glibc.in config/libc/mingw-w64.in config/libc/moxiebox.in config/libc/musl.in config/libc/newlib.in config/libc/none.in config/libc/uClibc.in '/usr/local/share/crosstool-ng/config/libc'
2020-01-20T17:09:39.1349572Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/powerpc64-multilib-linux-gnu'
---
2020-01-20T17:09:39.1462483Z  /usr/bin/install -c -m 644  config/binutils.in config/cc.in config/comp_libs.in config/comp_tools.in config/config.in config/debug.in config/global.in config/kernel.in config/libc.in config/target.in config/test_suite.in config/toolchain.in '/usr/local/share/crosstool-ng/config'
2020-01-20T17:09:39.1489009Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/automake/1.14.1'
2020-01-20T17:09:39.1502794Z  /usr/bin/install -c -m 644  packages/automake/1.14.1/0000-escape-left-brace.patch packages/automake/1.14.1/chksum packages/automake/1.14.1/version.desc '/usr/local/share/crosstool-ng/packages/automake/1.14.1'
2020-01-20T17:09:39.1529060Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc/0.9.33.2'
2020-01-20T17:09:39.1554880Z  /usr/bin/install -c -m 644  packages/uClibc/0.9.33.2/0000-m68k-ice.patch packages/uClibc/0.9.33.2/0001-fix-kernel-3.4plus-build.patch packages/uClibc/0.9.33.2/0002-fix-darwin-build.patch packages/uClibc/0.9.33.2/0003-arm-unwind.patch packages/uClibc/0.9.33.2/0004-no-install-D.patch packages/uClibc/0.9.33.2/0005-prefer-multilib.patch packages/uClibc/0.9.33.2/0006-dlopen-static.patch packages/uClibc/0.9.33.2/0007-make-olddefconfig.patch packages/uClibc/0.9.33.2/chksum packages/uClibc/0.9.33.2/version.desc '/usr/local/share/crosstool-ng/packages/uClibc/0.9.33.2'
2020-01-20T17:09:39.1599003Z  /usr/bin/install -c -m 644  samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config samples/armeb-unknown-linux-uclibcgnueabi/reported.by '/usr/local/share/crosstool-ng/samples/armeb-unknown-linux-uclibcgnueabi'
2020-01-20T17:09:39.1620446Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/alphaev56-unknown-linux-gnu'
2020-01-20T17:09:39.1634077Z  /usr/bin/install -c -m 644  samples/alphaev56-unknown-linux-gnu/crosstool.config samples/alphaev56-unknown-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/alphaev56-unknown-linux-gnu'
2020-01-20T17:09:39.1654002Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/x86_64-ubuntu12.04-linux-gnu'
---
2020-01-20T17:09:39.1973299Z  /usr/bin/install -c -m 644  samples/armeb-unknown-eabi/crosstool.config samples/armeb-unknown-eabi/reported.by '/usr/local/share/crosstool-ng/samples/armeb-unknown-eabi'
2020-01-20T17:09:39.1991954Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gmp/6.0.0a'
2020-01-20T17:09:39.2006966Z  /usr/bin/install -c -m 644  packages/gmp/6.0.0a/chksum packages/gmp/6.0.0a/version.desc '/usr/local/share/crosstool-ng/packages/gmp/6.0.0a'
2020-01-20T17:09:39.2027080Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/config/global'
2020-01-20T17:09:39.2038889Z  /usr/bin/install -c -m 644  config/global/build-behave.in config/global/ct-behave.in config/global/download.in config/global/extract.in config/global/logging.in config/global/paths.in '/usr/local/share/crosstool-ng/config/global'
2020-01-20T17:09:39.2078101Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/binutils/2.24'
2020-01-20T17:09:39.2094258Z  /usr/bin/install -c -m 644  packages/binutils/2.24/0000-fix-enable-install-libiberty-flag.patch packages/binutils/2.24/0001-dont-segv-on-initial-instructions-overflow.patch packages/binutils/2.24/0002-sh-conf.patch packages/binutils/2.24/0003-ld_makefile_patch.patch packages/binutils/2.24/0004-check_ldrunpath_length.patch packages/binutils/2.24/0005-fix-gold-pthreads-typo.patch packages/binutils/2.24/0006-sysroot.patch packages/binutils/2.24/0007-poison-system-directories.patch packages/binutils/2.24/0008-Fix-library-paths-on-PowerPC.patch packages/binutils/2.24/0009-xtensa-trampolines.patch packages/binutils/2.24/0010-xtensa-gas-first-frag-alignment.patch packages/binutils/2.24/0011-xtensa-gas-ld-diff-relocation-signed.patch packages/binutils/2.24/0012-xtensa-fix-ld-segfault-when-linking-linux-modules.patch packages/binutils/2.24/0013-Fix-call8-call-target-out-of-range-xtensa-ld-relaxation.patch packages/binutils/2.24/0014-Fix-trampolines-search-code-for-conditional-branches.patch packages/binutils/2.24/0015-xtensa-optimize-check_section_ebb_pcrels_fit.patch packages/binutils/2.24/0016-xtensa-optimize-removed_by_actions.patch packages/binutils/2.24/0017-xtensa-optimize-find_removed_literal.patch packages/binutils/2.24/0018-xtensa-replace-action-list-with-splay-tree.patch packages/binutils/2.24/0019-xtensa-optimize-trampolines-relaxation.patch packages/binutils/2.24/0020-xtensa-fix-localized-symbol-refcounting-with-gc-sect.patch packages/binutils/2.24/0021-xtensa-fix-gas-segfault-with-text-section-literals.patch packages/binutils/2.24/0022-xtensa-add-auto-litpools-option.patch packages/binutils/2.24/0023-xtensa-fix-signedness-of-gas-relocations.patch packages/binutils/2.24/0024-xtensa-fix-.init-.fini-literals-moving.patch packages/binutils/2.24/chksum packages/binutils/2.24/version.desc '/usr/local/share/crosstool-ng/packages/binutils/2.24'
2020-01-20T17:09:39.2152380Z  /usr/bin/install -c -m 644  packages/uClibc-ng/1.0.30/chksum packages/uClibc-ng/1.0.30/version.desc '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.30'
2020-01-20T17:09:39.2188326Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/binutils/2.27'
2020-01-20T17:09:39.2204696Z  /usr/bin/install -c -m 644  packages/binutils/2.27/0000-missing-break.patch packages/binutils/2.27/0001-sh-conf.patch packages/binutils/2.27/0002-ld_makefile_patch.patch packages/binutils/2.27/0003-check_ldrunpath_length.patch packages/binutils/2.27/0004-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch packages/binutils/2.27/0005-Dont-link-to-libfl-as-its-unnecessary.patch packages/binutils/2.27/0006-Darwin-gold-binary-cc-include-string-not-cstring.patch packages/binutils/2.27/0007-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch packages/binutils/2.27/0008-sysroot.patch packages/binutils/2.27/0009-poison-system-directories.patch packages/binutils/2.27/0010-Fix-library-paths-on-PowerPC.patch packages/binutils/2.27/0011-xtensa-reverse-shift-count.patch packages/binutils/2.27/chksum packages/binutils/2.27/version.desc '/usr/local/share/crosstool-ng/packages/binutils/2.27'
2020-01-20T17:09:39.2238577Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/companion_tools'
2020-01-20T17:09:39.2238577Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/companion_tools'
2020-01-20T17:09:39.2255612Z  /usr/bin/install -c -m 644  scripts/build/companion_tools/050-make.sh scripts/build/companion_tools/100-m4.sh scripts/build/companion_tools/200-autoconf.sh scripts/build/companion_tools/300-automake.sh scripts/build/companion_tools/400-libtool.sh scripts/build/companion_tools/500-dtc.sh scripts/build/companion_tools/510-bison.sh '/usr/local/share/crosstool-ng/scripts/build/companion_tools'
2020-01-20T17:09:39.2299847Z  /usr/bin/install -c -m 644  packages/mingw-w64/v3.1.0/0000-mingw64-malloc.patch packages/mingw-w64/v3.1.0/0001-gendef-explicit-fallthrough.patch packages/mingw-w64/v3.1.0/0002-genpeimg-explicit-fallthrough.patch packages/mingw-w64/v3.1.0/chksum packages/mingw-w64/v3.1.0/version.desc '/usr/local/share/crosstool-ng/packages/mingw-w64/v3.1.0'
2020-01-20T17:09:39.2321670Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.31'
2020-01-20T17:09:39.2336910Z  /usr/bin/install -c -m 644  packages/uClibc-ng/1.0.31/chksum packages/uClibc-ng/1.0.31/version.desc '/usr/local/share/crosstool-ng/packages/uClibc-ng/1.0.31'
2020-01-20T17:09:39.2354870Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/scripts/build/cc'
---
2020-01-20T17:09:39.3017361Z  /usr/bin/install -c -m 644  packages/expat/2.1.1/chksum packages/expat/2.1.1/version.desc '/usr/local/share/crosstool-ng/packages/expat/2.1.1'
2020-01-20T17:09:39.3033854Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb-linaro/7.7.1-2014.06-1'
2020-01-20T17:09:39.3047828Z  /usr/bin/install -c -m 644  packages/gdb-linaro/7.7.1-2014.06-1/chksum packages/gdb-linaro/7.7.1-2014.06-1/version.desc '/usr/local/share/crosstool-ng/packages/gdb-linaro/7.7.1-2014.06-1'
2020-01-20T17:09:39.3068237Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/make/4.2.1'
2020-01-20T17:09:39.3082105Z  /usr/bin/install -c -m 644  packages/make/4.2.1/0000-glob-v2.patch packages/make/4.2.1/0001-glob-v2-gl_lstat.patch packages/make/4.2.1/chksum packages/make/4.2.1/version.desc '/usr/local/share/crosstool-ng/packages/make/4.2.1'
2020-01-20T17:09:39.3120563Z  /usr/bin/install -c -m 644  packages/gdb/8.1.1/0000-musl_fix.patch packages/gdb/8.1.1/0001-uclibc-no-gettimeofday-clobber.patch packages/gdb/8.1.1/0002-xtensa-make-sure-ar_base-is-initialized.patch packages/gdb/8.1.1/0003-WIP-end-of-prologue-detection-hack.patch packages/gdb/8.1.1/0004-allow-android.patch packages/gdb/8.1.1/chksum packages/gdb/8.1.1/version.desc '/usr/local/share/crosstool-ng/packages/gdb/8.1.1'
2020-01-20T17:09:39.3140187Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/uClibc'
2020-01-20T17:09:39.3154135Z  /usr/bin/install -c -m 644  packages/uClibc/config packages/uClibc/package.desc '/usr/local/share/crosstool-ng/packages/uClibc'
2020-01-20T17:09:39.3172986Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/7.9.1'
2020-01-20T17:09:39.3172986Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/gdb/7.9.1'
2020-01-20T17:09:39.3185545Z  /usr/bin/install -c -m 644  packages/gdb/7.9.1/chksum packages/gdb/7.9.1/version.desc '/usr/local/share/crosstool-ng/packages/gdb/7.9.1'
2020-01-20T17:09:39.3207249Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/s390x-ibm-linux-gnu'
2020-01-20T17:09:39.3222733Z  /usr/bin/install -c -m 644  samples/s390x-ibm-linux-gnu/crosstool.config samples/s390x-ibm-linux-gnu/reported.by '/usr/local/share/crosstool-ng/samples/s390x-ibm-linux-gnu'
2020-01-20T17:09:39.3241433Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/samples/moxie-unknown-elf'
2020-01-20T17:09:39.3257359Z  /usr/bin/install -c -m 644  samples/moxie-unknown-elf/crosstool.config samples/moxie-unknown-elf/reported.by '/usr/local/share/crosstool-ng/samples/moxie-unknown-elf'
2020-01-20T17:09:39.3280951Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/ltrace/0.7.3'
2020-01-20T17:09:39.3297309Z  /usr/bin/install -c -m 644  packages/ltrace/0.7.3/0000-avoid-libstdc++.patch packages/ltrace/0.7.3/0001-printf-p.patch packages/ltrace/0.7.3/0002-alpha-debug.h.patch packages/ltrace/0.7.3/0003-compile-warning.patch packages/ltrace/0.7.3/0004-sparc-ftbfs.patch packages/ltrace/0.7.3/0005-unexpected-breakpoint.patch packages/ltrace/0.7.3/0006-gcc-5.patch packages/ltrace/0.7.3/0007-glibc-2.24.patch packages/ltrace/0.7.3/chksum packages/ltrace/0.7.3/version.desc '/usr/local/share/crosstool-ng/packages/ltrace/0.7.3'
2020-01-20T17:09:39.3335371Z  /usr/bin/install -c -m 644  scripts/build/kernel/bare-metal.sh scripts/build/kernel/linux.sh scripts/build/kernel/windows.sh '/usr/local/share/crosstool-ng/scripts/build/kernel'
2020-01-20T17:09:39.3360216Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/mingw-w64/v4.0.6'
2020-01-20T17:09:39.3375440Z  /usr/bin/install -c -m 644  packages/mingw-w64/v4.0.6/0000-mingw64-malloc.patch packages/mingw-w64/v4.0.6/0001-gendef-explicit-fallthrough.patch packages/mingw-w64/v4.0.6/0002-genpeimg-explicit-fallthrough.patch packages/mingw-w64/v4.0.6/chksum packages/mingw-w64/v4.0.6/version.desc '/usr/local/share/crosstool-ng/packages/mingw-w64/v4.0.6'
2020-01-20T17:09:39.3396271Z  /bin/mkdir -p '/usr/local/share/crosstool-ng/packages/linux/3.14.79'
---
2020-01-20T17:09:46.5560647Z Removing intermediate container 0ef0eff5a2b6
2020-01-20T17:09:46.5563057Z  ---> 1f2a83b941c2
2020-01-20T17:09:46.5566775Z Step 9/67 : RUN ./build-riscv-toolchain.sh
2020-01-20T17:09:46.6134699Z  ---> Running in 162e46a65d3c
2020-01-20T17:09:46.9612043Z + mkdir -p /tmp/build-riscv
2020-01-20T17:09:46.9616337Z + cp riscv64-unknown-linux-gnu.config /tmp/build-riscv/.config
2020-01-20T17:09:46.9617079Z + cd /tmp/build-riscv
2020-01-20T17:09:46.9617946Z + set +x
2020-01-20T17:10:16.9608864Z Mon Jan 20 17:10:16 UTC 2020 - building ...
2020-01-20T17:10:46.9635173Z Mon Jan 20 17:10:46 UTC 2020 - building ...
2020-01-20T17:11:16.9756586Z Mon Jan 20 17:11:16 UTC 2020 - building ...
---
2020-01-20T18:08:12.8783990Z Step 62/67 : ENV TARGETS=$TARGETS,thumbv7neon-unknown-linux-gnueabihf
2020-01-20T18:08:12.9500749Z  ---> Running in c2512e847db9
2020-01-20T18:08:15.2294489Z Removing intermediate container c2512e847db9
2020-01-20T18:08:15.2296106Z  ---> 35fbf4310947
2020-01-20T18:08:15.2298413Z Step 63/67 : ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc     CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc     CC_mips64el_unknown_linux_muslabi64=mips64el-linux-gnuabi64-gcc     CC_mips64_unknown_linux_muslabi64=mips64-linux-gnuabi64-gcc     CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc     CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc     CC_aarch64_unknown_none=aarch64-unknown-none     CC_aarch64_unknown_none_softfloat=aarch64-unknown-none-softfloat     CC_thumbv7neon_unknown_linux_gnueabihf=arm-linux-gnueabihf-gcc     AR_thumbv7neon_unknown_linux_gnueabihf=arm-linux-gnueabihf-ar     CXX_thumbv7neon_unknown_linux_gnueabihf=arm-linux-gnueabihf-g++     CC_riscv64gc_unknown_linux_gnu=riscv64-unknown-linux-gnu-gcc     AR_riscv64gc_unknown_linux_gnu=riscv64-unknown-linux-gnu-ar     CXX_riscv64gc_unknown_linux_gnu=riscv64-unknown-linux-gnu-g++     CC_riscv32i_unknown_none_elf=false     CC_riscv32imc_unknown_none_elf=false     CC_riscv32imac_unknown_none_elf=false     CC_riscv64imac_unknown_none_elf=false     CC_riscv64gc_unknown_none_elf=false
2020-01-20T18:08:17.5608352Z Removing intermediate container 7e19bb4004ca
2020-01-20T18:08:17.5609228Z  ---> 38f8901b05ac
2020-01-20T18:08:17.5609986Z Step 64/67 : ENV RUST_CONFIGURE_ARGS       --musl-root-armv5te=/musl-armv5te       --musl-root-arm=/musl-arm       --musl-root-armhf=/musl-armhf       --musl-root-armv7hf=/musl-armv7hf       --musl-root-aarch64=/musl-aarch64       --musl-root-mips=/musl-mips       --musl-root-mipsel=/musl-mipsel       --musl-root-mips64=/musl-mips64       --musl-root-mips64el=/musl-mips64el       --disable-docs
2020-01-20T18:08:17.6348634Z  ---> Running in a2e25855e9c1
---
2020-01-20T19:18:22.7088230Z 
2020-01-20T19:18:22.7093488Z  finished in 0.515
2020-01-20T19:18:22.7097664Z [TIMING] Compiletest { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "thumbv7em-none-eabihf", mode: "run-make", suite: "run-make", path: Some("src/test/run-make"), compare_mode: None } -- 0.529
2020-01-20T19:18:22.7166977Z Build completed successfully in 1:03:43
2020-01-20T19:18:22.7177794Z + python2.7 ../x.py dist --target asmjs-unknown-emscripten,wasm32-unknown-emscripten,x86_64-rumprun-netbsd,mips-unknown-linux-musl,mipsel-unknown-linux-musl,mips64-unknown-linux-muslabi64,mips64el-unknown-linux-muslabi64,arm-unknown-linux-musleabi,arm-unknown-linux-musleabihf,armv5te-unknown-linux-gnueabi,armv5te-unknown-linux-musleabi,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl,aarch64-unknown-none,aarch64-unknown-none-softfloat,sparc64-unknown-linux-gnu,x86_64-unknown-redox,thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv7em-none-eabihf,thumbv8m.base-none-eabi,thumbv8m.main-none-eabi,thumbv8m.main-none-eabihf,riscv32i-unknown-none-elf,riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,riscv64imac-unknown-none-elf,riscv64gc-unknown-none-elf,riscv64gc-unknown-linux-gnu,armebv7r-none-eabi,armebv7r-none-eabihf,armv7r-none-eabi,armv7r-none-eabihf,thumbv7neon-unknown-linux-gnueabihf
2020-01-20T19:18:23.1859555Z thread 'main' panicked at '
2020-01-20T19:18:23.1859656Z 
2020-01-20T19:18:23.1860059Z couldn't find required command: "aarch64-unknown-none"
2020-01-20T19:18:23.1860118Z 
2020-01-20T19:18:23.1860118Z 
2020-01-20T19:18:23.1860371Z ', src/bootstrap/sanity.rs:58:13
2020-01-20T19:18:23.1860489Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
2020-01-20T19:18:23.1871174Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap dist --target asmjs-unknown-emscripten,wasm32-unknown-emscripten,x86_64-rumprun-netbsd,mips-unknown-linux-musl,mipsel-unknown-linux-musl,mips64-unknown-linux-muslabi64,mips64el-unknown-linux-muslabi64,arm-unknown-linux-musleabi,arm-unknown-linux-musleabihf,armv5te-unknown-linux-gnueabi,armv5te-unknown-linux-musleabi,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl,aarch64-unknown-none,aarch64-unknown-none-softfloat,sparc64-unknown-linux-gnu,x86_64-unknown-redox,thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv7em-none-eabihf,thumbv8m.base-none-eabi,thumbv8m.main-none-eabi,thumbv8m.main-none-eabihf,riscv32i-unknown-none-elf,riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,riscv64imac-unknown-none-elf,riscv64gc-unknown-none-elf,riscv64gc-unknown-linux-gnu,armebv7r-none-eabi,armebv7r-none-eabihf,armv7r-none-eabi,armv7r-none-eabihf,thumbv7neon-unknown-linux-gnueabihf
2020-01-20T19:18:23.1927350Z == clock drift check ==
2020-01-20T19:18:23.1943817Z   local time: Mon Jan 20 19:18:23 UTC 2020
2020-01-20T19:18:23.7548193Z   network time: Mon, 20 Jan 2020 19:18:23 GMT
2020-01-20T19:18:23.7550821Z == end clock drift check ==
2020-01-20T19:18:23.7550821Z == end clock drift check ==
2020-01-20T19:18:25.1403089Z 
2020-01-20T19:18:25.1727648Z ##[error]Bash exited with code '1'.
2020-01-20T19:18:25.1785123Z ##[section]Starting: Checkout rust-lang/rust@auto to s
2020-01-20T19:18:25.1788386Z ==============================================================================
2020-01-20T19:18:25.1788489Z Task         : Get sources
2020-01-20T19:18:25.1788599Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors
Copy link
Contributor

bors commented Jan 20, 2020

💔 Test failed - checks-azure

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 20, 2020
@JohnTitor
Copy link
Member

Commented on the PR that seems to be the cause, closing.

@JohnTitor JohnTitor closed this Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants