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

Prevent error reporting from outputting a recursion error if it finds an ambiguous trait impl during suggestions #89576

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

tom7980
Copy link
Contributor

@tom7980 tom7980 commented Oct 5, 2021

Closes #89275

This fixes the compiler reporting a recursion error during another already in progress error by trying to make a conversion method suggestion and encounters ambiguous trait implementations that can convert a the original type into a type that can then be recursively converted into itself via another method in the trait.

Updated OverflowError struct to be an enum so I could differentiate between passes - it's no longer a ZST but I don't think that should be a problem as they only generate when there's an error in compiling code anyway

Issue 89275 fix and test

Fix librustdoc OverflowError usage

rust tidy run

Issue 89275 fix and test
@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @cjgillot (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 5, 2021
@tom7980
Copy link
Contributor Author

tom7980 commented Oct 5, 2021

@r? @estebank

New PR as my old one was an absolute mess

@rust-highfive rust-highfive assigned estebank and unassigned cjgillot Oct 5, 2021
@@ -140,6 +140,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
Err(e) => e,
};

self.set_tainted_by_errors();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha! Smart!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha thanks, super useful someone had already put that in!

@estebank
Copy link
Contributor

estebank commented Oct 5, 2021

@bors try @rust-timer queue

r? @estebank

Updated OverflowError struct to be an enum so I could differentiate between passes - it's no longer a ZST

Correct, it's no longer a ZST, @tom7980.

but I don't think that should be a problem as they only generate when there's an error in compiling code anyway

Just in case I'll run perf, but don't expect this to cause any issues, so this is r=me barring perf issues.

Can you update the title and description of the PR to be more descriptive? It helps to make these easy to grok without extra context (like opening a ticket on a browser) when someone is scanning the log.

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Oct 5, 2021
@bors
Copy link
Contributor

bors commented Oct 5, 2021

⌛ Trying commit 0950d5a with merge 790a7f732ddc50efa5a77a0b883d77d397e2028c...

@bors
Copy link
Contributor

bors commented Oct 5, 2021

☀️ Try build successful - checks-actions
Build commit: 790a7f732ddc50efa5a77a0b883d77d397e2028c (790a7f732ddc50efa5a77a0b883d77d397e2028c)

@rust-timer
Copy link
Collaborator

Queued 790a7f732ddc50efa5a77a0b883d77d397e2028c with parent 25ec827, future comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (790a7f732ddc50efa5a77a0b883d77d397e2028c): comparison url.

Summary: This benchmark run did not return any relevant changes.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf -perf-regression

@rustbot rustbot removed the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Oct 6, 2021
@tom7980 tom7980 changed the title Issue 89275 fix and test Fix for issue 89275 - prevent error reporting from outputting a recursion error if it finds an ambiguous trait impl during suggestions Oct 6, 2021
@tom7980
Copy link
Contributor Author

tom7980 commented Oct 6, 2021

Updated OverflowError struct to be an enum so I could differentiate between passes - it's no longer a ZST

Correct, it's no longer a ZST, @tom7980.

but I don't think that should be a problem as they only generate when there's an error in compiling code anyway

Just in case I'll run perf, but don't expect this to cause any issues, so this is r=me barring perf issues.

Can you update the title and description of the PR to be more descriptive? It helps to make these easy to grok without extra context (like opening a ticket on a browser) when someone is scanning the log.

Thanks for reviewing! Have updated the title to be much more descriptive, hopefully the more I work on the compiler the better I'll know if something may be a perf issue.

@rust-timer
Copy link
Collaborator

Insufficient permissions to issue commands to rust-timer.

@estebank estebank changed the title Fix for issue 89275 - prevent error reporting from outputting a recursion error if it finds an ambiguous trait impl during suggestions Prevent error reporting from outputting a recursion error if it finds an ambiguous trait impl during suggestions Oct 6, 2021
@estebank
Copy link
Contributor

estebank commented Oct 6, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Oct 6, 2021

📌 Commit 0950d5a has been approved by estebank

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 6, 2021
@bors
Copy link
Contributor

bors commented Oct 6, 2021

⌛ Testing commit 0950d5a with merge 203d745b027fb775d40b5f9ff5f1df4eb3dc1f2d...

@bors
Copy link
Contributor

bors commented Oct 6, 2021

💔 Test failed - checks-actions

@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 Oct 6, 2021
@Mark-Simulacrum
Copy link
Member

@bors retry #89593

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 6, 2021
@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
+ set +x
Wed Oct 6 10:59:21 UTC 2021 - building ...
Wed Oct 6 10:59:51 UTC 2021 - building ...
Wed Oct 6 11:00:21 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.105852
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.07s (at 00:02)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 10:58:53--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 10:58:53--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 10:58:53--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 3.24M 31s
[ALL  ]       384K ................ ................ ................  0% 15.2M 18s
[ALL  ]       768K ................ ................ ................  1% 16.0M 14s
[ALL  ]      1152K ................ ................ ................  1%  195M 11s
[ALL  ]      1536K ................ ................ ................  1% 18.7M 10s
[ALL  ]      1920K ................ ................ ................  2%  130M 8s
[ALL  ]      2304K ................ ................ ................  2%  215M 7s
[ALL  ]      2688K ................ ................ ................  3%  230M 6s
[ALL  ]      3072K ................ ................ ................  3% 21.3M 6s
[ALL  ]      3456K ................ ................ ................  3%  153M 5s
[ALL  ]      3840K ................ ................ ................  4%  203M 5s
[ALL  ]      4224K ................ ................ ................  4%  199M 5s
[ALL  ]      4608K ................ ................ ................  4%  210M 4s
[ALL  ]      4992K ................ ................ ................  5%  187M 4s
[ALL  ]      5376K ................ ................ ................  5%  238M 4s
[ALL  ]      5760K ................ ................ ................  6% 40.6M 4s
[ALL  ]      6144K ................ ................ ................  6% 99.5M 3s
[ALL  ]      6528K ................ ................ ................  6%  203M 3s
[ALL  ]      6912K ................ ................ ................  7%  202M 3s
[ALL  ]      7296K ................ ................ ................  7%  196M 3s
[ALL  ]      7680K ................ ................ ................  7%  220M 3s
[ALL  ]      8064K ................ ................ ................  8%  203M 3s
[ALL  ]      8448K ................ ................ ................  8% 34.7M 3s
[ALL  ]      8832K ................ ................ ................  9%  187M 3s
[ALL  ]      9216K ................ ................ ................  9%  213M 2s
[ALL  ]      9600K ................ ................ ................  9%  194M 2s
[ALL  ]      9984K ................ ................ ................ 10%  201M 2s
[ALL  ]     10368K ................ ................ ................ 10%  207M 2s
[ALL  ]     10752K ................ ................ ................ 10%  217M 2s
[ALL  ]     11136K ................ ................ ................ 11%  174M 2s
[ALL  ]     11520K ................ ................ ................ 11% 36.2M 2s
[ALL  ]     11904K ................ ................ ................ 12%  118M 2s
[ALL  ]     12288K ................ ................ ................ 12%  223M 2s
[ALL  ]     12672K ................ ................ ................ 12%  219M 2s
[ALL  ]     13056K ................ ................ ................ 13%  229M 2s
[ALL  ]     13440K ................ ................ ................ 13%  226M 2s
[ALL  ]     13824K ................ ................ ................ 13%  205M 2s
[ALL  ]     14208K ................ ................ ................ 14% 36.7M 2s
[ALL  ]     14592K ................ ................ ................ 14%  148M 2s
[ALL  ]     14976K ................ ................ ................ 15%  197M 2s
[ALL  ]     15360K ................ ................ ................ 15%  205M 2s
[ALL  ]     15744K ................ ................ ................ 15%  146M 2s
[ALL  ]     16128K ................ ................ ................ 16%  207M 2s
[ALL  ]     16512K ................ ................ ................ 16%  218M 2s
[ALL  ]     16896K ................ ................ ................ 16%  236M 2s
[ALL  ]     17280K ................ ................ ................ 17% 34.6M 2s
[ALL  ]     17664K ................ ................ ................ 17%  187M 2s
[ALL  ]     18048K ................ ................ ................ 18%  206M 1s
[ALL  ]     18432K ................ ................ ................ 18%  206M 1s
[ALL  ]     18816K ................ ................ ................ 18%  205M 1s
[ALL  ]     19200K ................ ................ ................ 19%  161M 1s
[ALL  ]     19584K ................ ................ ................ 19%  239M 1s
[ALL  ]     19968K ................ ................ ................ 19% 33.6M 1s
[ALL  ]     20352K ................ ................ ................ 20%  170M 1s
[ALL  ]     20736K ................ ................ ................ 20%  197M 1s
[ALL  ]     21120K ................ ................ ................ 21%  230M 1s
[ALL  ]     21504K ................ ................ ................ 21%  245M 1s
[ALL  ]     21888K ................ ................ ................ 21%  222M 1s
[ALL  ]     22272K ................ ................ ................ 22%  249M 1s
[ALL  ]     22656K ................ ................ ................ 22%  136M 1s
[ALL  ]     23040K ................ ................ ................ 23% 37.5M 1s
[ALL  ]     23424K ................ ................ ................ 23%  119M 1s
[ALL  ]     23808K ................ ................ ................ 23%  220M 1s
[ALL  ]     24192K ................ ................ ................ 24%  246M 1s
[ALL  ]     24576K ................ ................ ................ 24%  227M 1s
[ALL  ]     24960K ................ ................ ................ 24%  210M 1s
[ALL  ]     25344K ................ ................ ................ 25%  234M 1s
[ALL  ]     25728K ................ ................ ................ 25% 34.5M 1s
[ALL  ]     26112K ................ ................ ................ 26%  197M 1s
[ALL  ]     26496K ................ ................ ................ 26%  182M 1s
[ALL  ]     26880K ................ ................ ................ 26%  156M 1s
[ALL  ]     27264K ................ ................ ................ 27%  209M 1s
[ALL  ]     27648K ................ ................ ................ 27%  202M 1s
[ALL  ]     28032K ................ ................ ................ 27%  218M 1s
[ALL  ]     28416K ................ ................ ................ 28%  254M 1s
[ALL  ]     28800K ................ ................ ................ 28% 37.4M 1s
[ALL  ]     29184K ................ ................ ................ 29%  152M 1s
[ALL  ]     29568K ................ ................ ................ 29%  147M 1s
[ALL  ]     29952K ................ ................ ................ 29%  207M 1s
[ALL  ]     30336K ................ ................ ................ 30%  231M 1s
[ALL  ]     30720K ................ ................ ................ 30%  178M 1s
[ALL  ]     31104K ................ ................ ................ 30%  228M 1s
[ALL  ]     31488K ................ ................ ................ 31% 38.6M 1s
[ALL  ]     31872K ................ ................ ................ 31%  212M 1s
[ALL  ]     32256K ................ ................ ................ 32%  172M 1s
[ALL  ]     32640K ................ ................ ................ 32%  136M 1s
[ALL  ]     33024K ................ ................ ................ 32%  192M 1s
[ALL  ]     33408K ................ ................ ................ 33%  204M 1s
[ALL  ]     33792K ................ ................ ................ 33%  213M 1s
[ALL  ]     34176K ................ ................ ................ 33%  209M 1s
[ALL  ]     34560K ................ ................ ................ 34% 35.6M 1s
[ALL  ]     34944K ................ ................ ................ 34%  218M 1s
[ALL  ]     35328K ................ ................ ................ 35%  223M 1s
[ALL  ]     35712K ................ ................ ................ 35%  161M 1s
[ALL  ]     36096K ................ ................ ................ 35%  155M 1s
[ALL  ]     36480K ................ ................ ................ 36%  186M 1s
[ALL  ]     36864K ................ ................ ................ 36%  192M 1s
[ALL  ]     37248K ................ ................ ................ 36%  173M 1s
[ALL  ]     37632K ................ ................ ................ 37% 39.8M 1s
[ALL  ]     38016K ................ ................ ................ 37%  219M 1s
[ALL  ]     38400K ................ ................ ................ 38%  117M 1s
[ALL  ]     38784K ................ ................ ................ 38%  208M 1s
[ALL  ]     39168K ................ ................ ................ 38%  235M 1s
[ALL  ]     39552K ................ ................ ................ 39%  162M 1s
[ALL  ]     39936K ................ ................ ................ 39%  226M 1s
[ALL  ]     40320K ................ ................ ................ 39% 47.0M 1s
[ALL  ]     40704K ................ ................ ................ 40% 97.4M 1s
[ALL  ]     41088K ................ ................ ................ 40%  210M 1s
[ALL  ]     41472K ................ ................ ................ 41%  138M 1s
[ALL  ]     41856K ................ ................ ................ 41%  215M 1s
[ALL  ]     42240K ................ ................ ................ 41%  194M 1s
[ALL  ]     42624K ................ ................ ................ 42%  221M 1s
[ALL  ]     43008K ................ ................ ................ 42% 94.8M 1s
[ALL  ]     43392K ................ ................ ................ 42% 48.5M 1s
[ALL  ]     43776K ................ ................ ................ 43%  220M 1s
[ALL  ]     44160K ................ ................ ................ 43%  181M 1s
[ALL  ]     44544K ................ ................ ................ 44%  128M 1s
[ALL  ]     44928K ................ ................ ................ 44%  220M 1s
[ALL  ]     45312K ................ ................ ................ 44%  167M 1s
[ALL  ]     45696K ................ ................ ................ 45%  218M 1s
[ALL  ]     46080K ................ ................ ................ 45% 46.0M 1s
[ALL  ]     46464K ................ ................ ................ 46%  149M 1s
[ALL  ]     46848K ................ ................ ................ 46%  144M 1s
[ALL  ]     47232K ................ ................ ................ 46%  181M 1s
[ALL  ]     47616K ................ ................ ................ 47%  168M 1s
[ALL  ]     48000K ................ ................ ................ 47%  142M 1s
[ALL  ]     48384K ................ ................ ................ 47%  206M 1s
[ALL  ]     48768K ................ ................ ................ 48%  123M 1s
[ALL  ]     49152K ................ ................ ................ 48% 53.3M 1s
[ALL  ]     49536K ................ ................ ................ 49%  148M 1s
[ALL  ]     49920K ................ ................ ................ 49%  170M 1s
[ALL  ]     50304K ................ ................ ................ 49%  184M 1s
[ALL  ]     50688K ................ ................ ................ 50%  120M 1s
[ALL  ]     51072K ................ ................ ................ 50%  167M 1s
[ALL  ]     51456K ................ ................ ................ 50%  206M 1s
[ALL  ]     51840K ................ ................ ................ 51%  151M 1s
[ALL  ]     52224K ................ ................ ................ 51% 51.5M 1s
[ALL  ]     52608K ................ ................ ................ 52%  158M 1s
[ALL  ]     52992K ................ ................ ................ 52%  177M 1s
[ALL  ]     53376K ................ ................ ................ 52%  188M 1s
[ALL  ]     53760K ................ ................ ................ 53%  110M 1s
[ALL  ]     54144K ................ ................ ................ 53%  177M 1s
[ALL  ]     54528K ................ ................ ................ 53%  117M 1s
[ALL  ]     54912K ................ ................ ................ 54% 64.1M 1s
[ALL  ]     55296K ................ ................ ................ 54%  125M 1s
[ALL  ]     55680K ................ ................ ................ 55%  219M 1s
[ALL  ]     56064K ................ ................ ................ 55%  175M 1s
[ALL  ]     56448K ................ ................ ................ 55%  116M 0s
[ALL  ]     56832K ................ ................ ................ 56%  168M 0s
[ALL  ]     57216K ................ ................ ................ 56%  188M 0s
[ALL  ]     57600K ................ ................ ................ 56%  102M 0s
[ALL  ]     57984K ................ ................ ................ 57% 69.6M 0s
[ALL  ]     58368K ................ ................ ................ 57%  130M 0s
[ALL  ]     58752K ................ ................ ................ 58%  173M 0s
[ALL  ]     59136K ................ ................ ................ 58%  217M 0s
[ALL  ]     59520K ................ ................ ................ 58%  107M 0s
[ALL  ]     59904K ................ ................ ................ 59%  150M 0s
[ALL  ]     60288K ................ ................ ................ 59%  215M 0s
[ALL  ]     60672K ................ ................ ................ 59% 73.1M 0s
[ALL  ]     61056K ................ ................ ................ 60% 88.6M 0s
[ALL  ]     61440K ................ ................ ................ 60%  121M 0s
[ALL  ]     61824K ................ ................ ................ 61%  168M 0s
[ALL  ]     62208K ................ ................ ................ 61%  230M 0s
[ALL  ]     62592K ................ ................ ................ 61%  133M 0s
[ALL  ]     62976K ................ ................ ................ 62%  116M 0s
[ALL  ]     63360K ................ ................ ................ 62%  106M 0s
[ALL  ]     63744K ................ ................ ................ 62%  111M 0s
[ALL  ]     64128K ................ ................ ................ 63% 93.0M 0s
[ALL  ]     64512K ................ ................ ................ 63%  148M 0s
[ALL  ]     64896K ................ ................ ................ 64%  143M 0s
[ALL  ]     65280K ................ ................ ................ 64%  200M 0s
[ALL  ]     65664K ................ ................ ................ 64%  151M 0s
[ALL  ]     66048K ................ ................ ................ 65%  107M 0s
[ALL  ]     66432K ................ ................ ................ 65% 75.3M 0s
[ALL  ]     66816K ................ ................ ................ 65% 92.4M 0s
[ALL  ]     67200K ................ ................ ................ 66%  111M 0s
[ALL  ]     67584K ................ ................ ................ 66%  236M 0s
[ALL  ]     67968K ................ ................ ................ 67%  201M 0s
[ALL  ]     68352K ................ ................ ................ 67%  159M 0s
[ALL  ]     68736K ................ ................ ................ 67%  116M 0s
[ALL  ]     69120K ................ ................ ................ 68% 92.6M 0s
[ALL  ]     69504K ................ ................ ................ 68%  104M 0s
[ALL  ]     69888K ................ ................ ................ 69%  107M 0s
[ALL  ]     70272K ................ ................ ................ 69%  112M 0s
[ALL  ]     70656K ................ ................ ................ 69%  124M 0s
[ALL  ]     71040K ................ ................ ................ 70%  216M 0s
[ALL  ]     71424K ................ ................ ................ 70%  222M 0s
[ALL  ]     71808K ................ ................ ................ 70%  118M 0s
[ALL  ]     72192K ................ ................ ................ 71%  102M 0s
[ALL  ]     72576K ................ ................ ................ 71%  120M 0s
[ALL  ]     72960K ................ ................ ................ 72% 88.6M 0s
[ALL  ]     73344K ................ ................ ................ 72%  107M 0s
[ALL  ]     73728K ................ ................ ................ 72%  153M 0s
[ALL  ]     74112K ................ ................ ................ 73%  178M 0s
[ALL  ]     74496K ................ ................ ................ 73%  106M 0s
[ALL  ]     74880K ................ ................ ................ 73%  177M 0s
[ALL  ]     75264K ................ ................ ................ 74% 92.9M 0s
[ALL  ]     75648K ................ ................ ................ 74% 96.8M 0s
[ALL  ]     76032K ................ ................ ................ 75%  115M 0s
[ALL  ]     76416K ................ ................ ................ 75%  196M 0s
[ALL  ]     76800K ................ ................ ................ 75%  111M 0s
[ALL  ]     77184K ................ ................ ................ 76%  191M 0s
[ALL  ]     77568K ................ ................ ................ 76%  103M 0s
[ALL  ]     77952K ................ ................ ................ 76%  155M 0s
[ALL  ]     78336K ................ ................ ................ 77%  118M 0s
[ALL  ]     78720K ................ ................ ................ 77%  100M 0s
[ALL  ]     79104K ................ ................ ................ 78%  130M 0s
[ALL  ]     79488K ................ ................ ................ 78%  104M 0s
[ALL  ]     79872K ................ ................ ................ 78%  145M 0s
[ALL  ]     80256K ................ ................ ................ 79%  104M 0s
[ALL  ]     80640K ................ ................ ................ 79%  154M 0s
[ALL  ]     81024K ................ ................ ................ 79%  212M 0s
[ALL  ]     81408K ................ ................ ................ 80%  102M 0s
[ALL  ]     81792K ................ ................ ................ 80%  136M 0s
[ALL  ]     82176K ................ ................ ................ 81% 95.8M 0s
[ALL  ]     82560K ................ ................ ................ 81%  127M 0s
[ALL  ]     82944K ................ ................ ................ 81%  107M 0s
[ALL  ]     83328K ................ ................ ................ 82%  121M 0s
[ALL  ]     83712K ................ ................ ................ 82%  159M 0s
[ALL  ]     84096K ................ ................ ................ 82%  191M 0s
[ALL  ]     84480K ................ ................ ................ 83%  125M 0s
[ALL  ]     84864K ................ ................ ................ 83%  112M 0s
[ALL  ]     85248K ................ ................ ................ 84% 98.5M 0s
[ALL  ]     85632K ................ ................ ................ 84%  154M 0s
[ALL  ]     86016K ................ ................ ................ 84%  101M 0s
[ALL  ]     86400K ................ ................ ................ 85%  131M 0s
[ALL  ]     86784K ................ ................ ................ 85%  144M 0s
[ALL  ]     87168K ................ ................ ................ 85%  186M 0s
[ALL  ]     87552K ................ ................ ................ 86%  123M 0s
[ALL  ]     87936K ................ ................ ................ 86% 96.3M 0s
[ALL  ]     88320K ................ ................ ................ 87%  128M 0s
[ALL  ]     88704K ................ ................ ................ 87% 96.5M 0s
[ALL  ]     89088K ................ ................ ................ 87%  144M 0s
[ALL  ]     89472K ................ ................ ................ 88%  150M 0s
[ALL  ]     89856K ................ ................ ................ 88%  109M 0s
[ALL  ]     90240K ................ ................ ................ 88%  227M 0s
[ALL  ]     90624K ................ ................ ................ 89%  114M 0s
[ALL  ]     91008K ................ ................ ................ 89%  116M 0s
[ALL  ]     91392K ................ ................ ................ 90%  143M 0s
[ALL  ]     91776K ................ ................ ................ 90% 96.9M 0s
[ALL  ]     92160K ................ ................ ................ 90%  127M 0s
[ALL  ]     92544K ................ ................ ................ 91%  129M 0s
[ALL  ]     92928K ................ ................ ................ 91%  141M 0s
[ALL  ]     93312K ................ ................ ................ 92%  111M 0s
[ALL  ]     93696K ................ ................ ................ 92%  190M 0s
[ALL  ]     94080K ................ ................ ................ 92%  112M 0s
[ALL  ]     94464K ................ ................ ................ 93%  153M 0s
[ALL  ]     94848K ................ ................ ................ 93% 72.8M 0s
[ALL  ]     95232K ................ ................ ................ 93%  202M 0s
[ALL  ]     95616K ................ ................ ................ 94%  144M 0s
[ALL  ]     96000K ................ ................ ................ 94%  154M 0s
[ALL  ]     96384K ................ ................ ................ 95%  115M 0s
[ALL  ]     96768K ................ ................ ................ 95%  135M 0s
[ALL  ]     97152K ................ ................ ................ 95% 72.1M 0s
[ALL  ]     97536K ................ ................ ................ 96%  133M 0s
[ALL  ]     97920K ................ ................ ................ 96%  139M 0s
[ALL  ]     98304K ................ ................ ................ 96%  186M 0s
[ALL  ]     98688K ................ ................ ................ 97%  107M 0s
[ALL  ]     99072K ................ ................ ................ 97%  249M 0s
[ALL  ]     99456K ................ ................ ................ 98%  102M 0s
[ALL  ]     99840K ................ ................ ................ 98%  134M 0s
[ALL  ]    100224K ................ ................ ................ 98% 81.8M 0s
[ALL  ]    100608K ................ ................ ................ 99% 98.8M 0s
[ALL  ]    100992K ................ ................ ................ 99%  217M 0s
[ALL  ]    101376K ................ ................ ................ 99%  196M 0s
[ALL  ]    101760K .........                                         100%  235M=1.0s
[ALL  ]    
[ALL  ]    2021-10-06 10:58:54 (101 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 10:58:54--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://cfhcable.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 10:58:55--  https://cfhcable.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6
[ALL  ]    Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84% 1.17M 0s
[ALL  ]       384K .........                                         100% 78.4M=0.3s
[ALL  ]    
[ALL  ]    2021-10-06 10:58:55 (1.39 MB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 10:58:55--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  242K 6s
[ALL  ]       384K ................ ................ ................ 40% 1.05M 3s
[ALL  ]       768K ................ ................ ................ 60% 1.06M 1s
[ALL  ]      1152K ................ ................ ................ 80% 2.11M 1s
[ALL  ]      1536K ................ ................ .............   100% 2.02M=2.6s
[ALL  ]    
[ALL  ]    2021-10-06 10:58:59 (718 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 10:58:59--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 10:59:00--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  501K 2s
[ALL  ]       384K ................ ................ ................ 54%  112M 1s
[ALL  ]       768K ................ ................ ................ 81% 2.45M 0s
[ALL  ]      1152K ................ ................                 100%  110M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 10:59:02 (1.49 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 10:59:02--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 10:59:13--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 10:59:25--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 10:59:35--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 10:59:46--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 10:59:58--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:00:08--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:00:19--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:00:31--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:49.98)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
+ set +x
Wed Oct 6 11:01:13 UTC 2021 - building ...
Wed Oct 6 11:01:43 UTC 2021 - building ...
Wed Oct 6 11:02:13 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.110044
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:02)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:00:45--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:00:45--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:00:45--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 3.24M 31s
[ALL  ]       384K ................ ................ ................  0% 14.8M 19s
[ALL  ]       768K ................ ................ ................  1% 17.2M 14s
[ALL  ]      1152K ................ ................ ................  1%  123M 11s
[ALL  ]      1536K ................ ................ ................  1% 19.3M 10s
[ALL  ]      1920K ................ ................ ................  2%  150M 8s
[ALL  ]      2304K ................ ................ ................  2%  153M 7s
[ALL  ]      2688K ................ ................ ................  3%  208M 6s
[ALL  ]      3072K ................ ................ ................  3%  180M 6s
[ALL  ]      3456K ................ ................ ................  3% 23.8M 5s
[ALL  ]      3840K ................ ................ ................  4%  215M 5s
[ALL  ]      4224K ................ ................ ................  4%  190M 5s
[ALL  ]      4608K ................ ................ ................  4%  215M 4s
[ALL  ]      4992K ................ ................ ................  5%  195M 4s
[ALL  ]      5376K ................ ................ ................  5%  197M 4s
[ALL  ]      5760K ................ ................ ................  6%  233M 3s
[ALL  ]      6144K ................ ................ ................  6%  241M 3s
[ALL  ]      6528K ................ ................ ................  6% 25.0M 3s
[ALL  ]      6912K ................ ................ ................  7%  148M 3s
[ALL  ]      7296K ................ ................ ................  7%  210M 3s
[ALL  ]      7680K ................ ................ ................  7%  221M 3s
[ALL  ]      8064K ................ ................ ................  8%  184M 3s
[ALL  ]      8448K ................ ................ ................  8%  227M 3s
[ALL  ]      8832K ................ ................ ................  9%  235M 2s
[ALL  ]      9216K ................ ................ ................  9% 66.1M 2s
[ALL  ]      9600K ................ ................ ................  9% 37.1M 2s
[ALL  ]      9984K ................ ................ ................ 10%  192M 2s
[ALL  ]     10368K ................ ................ ................ 10%  212M 2s
[ALL  ]     10752K ................ ................ ................ 10%  209M 2s
[ALL  ]     11136K ................ ................ ................ 11%  228M 2s
[ALL  ]     11520K ................ ................ ................ 11%  215M 2s
[ALL  ]     11904K ................ ................ ................ 12%  114M 2s
[ALL  ]     12288K ................ ................ ................ 12% 66.8M 2s
[ALL  ]     12672K ................ ................ ................ 12% 40.6M 2s
[ALL  ]     13056K ................ ................ ................ 13%  213M 2s
[ALL  ]     13440K ................ ................ ................ 13%  220M 2s
[ALL  ]     13824K ................ ................ ................ 13%  205M 2s
[ALL  ]     14208K ................ ................ ................ 14%  234M 2s
[ALL  ]     14592K ................ ................ ................ 14%  223M 2s
[ALL  ]     14976K ................ ................ ................ 15%  203M 2s
[ALL  ]     15360K ................ ................ ................ 15% 89.5M 2s
[ALL  ]     15744K ................ ................ ................ 15% 30.6M 2s
[ALL  ]     16128K ................ ................ ................ 16%  173M 2s
[ALL  ]     16512K ................ ................ ................ 16%  229M 2s
[ALL  ]     16896K ................ ................ ................ 16%  234M 2s
[ALL  ]     17280K ................ ................ ................ 17%  210M 2s
[ALL  ]     17664K ................ ................ ................ 17%  237M 2s
[ALL  ]     18048K ................ ................ ................ 18%  248M 1s
[ALL  ]     18432K ................ ................ ................ 18% 84.7M 1s
[ALL  ]     18816K ................ ................ ................ 18% 31.0M 1s
[ALL  ]     19200K ................ ................ ................ 19%  168M 1s
[ALL  ]     19584K ................ ................ ................ 19%  213M 1s
[ALL  ]     19968K ................ ................ ................ 19%  194M 1s
[ALL  ]     20352K ................ ................ ................ 20%  206M 1s
[ALL  ]     20736K ................ ................ ................ 20%  220M 1s
[ALL  ]     21120K ................ ................ ................ 21%  241M 1s
[ALL  ]     21504K ................ ................ ................ 21% 80.5M 1s
[ALL  ]     21888K ................ ................ ................ 21% 46.6M 1s
[ALL  ]     22272K ................ ................ ................ 22% 66.3M 1s
[ALL  ]     22656K ................ ................ ................ 22%  239M 1s
[ALL  ]     23040K ................ ................ ................ 23%  214M 1s
[ALL  ]     23424K ................ ................ ................ 23%  218M 1s
[ALL  ]     23808K ................ ................ ................ 23%  186M 1s
[ALL  ]     24192K ................ ................ ................ 24%  248M 1s
[ALL  ]     24576K ................ ................ ................ 24%  213M 1s
[ALL  ]     24960K ................ ................ ................ 24% 34.6M 1s
[ALL  ]     25344K ................ ................ ................ 25% 61.0M 1s
[ALL  ]     25728K ................ ................ ................ 25%  220M 1s
[ALL  ]     26112K ................ ................ ................ 26%  228M 1s
[ALL  ]     26496K ................ ................ ................ 26%  220M 1s
[ALL  ]     26880K ................ ................ ................ 26%  224M 1s
[ALL  ]     27264K ................ ................ ................ 27%  247M 1s
[ALL  ]     27648K ................ ................ ................ 27%  104M 1s
[ALL  ]     28032K ................ ................ ................ 27% 43.0M 1s
[ALL  ]     28416K ................ ................ ................ 28% 61.0M 1s
[ALL  ]     28800K ................ ................ ................ 28%  224M 1s
[ALL  ]     29184K ................ ................ ................ 29%  192M 1s
[ALL  ]     29568K ................ ................ ................ 29%  193M 1s
[ALL  ]     29952K ................ ................ ................ 29%  211M 1s
[ALL  ]     30336K ................ ................ ................ 30%  229M 1s
[ALL  ]     30720K ................ ................ ................ 30%  233M 1s
[ALL  ]     31104K ................ ................ ................ 30% 37.2M 1s
[ALL  ]     31488K ................ ................ ................ 31% 59.8M 1s
[ALL  ]     31872K ................ ................ ................ 31%  181M 1s
[ALL  ]     32256K ................ ................ ................ 32%  193M 1s
[ALL  ]     32640K ................ ................ ................ 32%  153M 1s
[ALL  ]     33024K ................ ................ ................ 32%  224M 1s
[ALL  ]     33408K ................ ................ ................ 33%  230M 1s
[ALL  ]     33792K ................ ................ ................ 33%  242M 1s
[ALL  ]     34176K ................ ................ ................ 33% 39.1M 1s
[ALL  ]     34560K ................ ................ ................ 34% 53.0M 1s
[ALL  ]     34944K ................ ................ ................ 34%  218M 1s
[ALL  ]     35328K ................ ................ ................ 35%  239M 1s
[ALL  ]     35712K ................ ................ ................ 35%  209M 1s
[ALL  ]     36096K ................ ................ ................ 35%  221M 1s
[ALL  ]     36480K ................ ................ ................ 36%  229M 1s
[ALL  ]     36864K ................ ................ ................ 36%  230M 1s
[ALL  ]     37248K ................ ................ ................ 36% 55.6M 1s
[ALL  ]     37632K ................ ................ ................ 37% 37.5M 1s
[ALL  ]     38016K ................ ................ ................ 37%  219M 1s
[ALL  ]     38400K ................ ................ ................ 38%  222M 1s
[ALL  ]     38784K ................ ................ ................ 38%  262M 1s
[ALL  ]     39168K ................ ................ ................ 38%  212M 1s
[ALL  ]     39552K ................ ................ ................ 39%  245M 1s
[ALL  ]     39936K ................ ................ ................ 39%  227M 1s
[ALL  ]     40320K ................ ................ ................ 39% 45.9M 1s
[ALL  ]     40704K ................ ................ ................ 40% 41.8M 1s
[ALL  ]     41088K ................ ................ ................ 40%  223M 1s
[ALL  ]     41472K ................ ................ ................ 41%  235M 1s
[ALL  ]     41856K ................ ................ ................ 41%  212M 1s
[ALL  ]     42240K ................ ................ ................ 41%  228M 1s
[ALL  ]     42624K ................ ................ ................ 42%  213M 1s
[ALL  ]     43008K ................ ................ ................ 42%  225M 1s
[ALL  ]     43392K ................ ................ ................ 42% 50.9M 1s
[ALL  ]     43776K ................ ................ ................ 43% 36.4M 1s
[ALL  ]     44160K ................ ................ ................ 43%  239M 1s
[ALL  ]     44544K ................ ................ ................ 44%  213M 1s
[ALL  ]     44928K ................ ................ ................ 44%  230M 1s
[ALL  ]     45312K ................ ................ ................ 44%  239M 1s
[ALL  ]     45696K ................ ................ ................ 45%  215M 1s
[ALL  ]     46080K ................ ................ ................ 45%  213M 1s
[ALL  ]     46464K ................ ................ ................ 46%  109M 1s
[ALL  ]     46848K ................ ................ ................ 46% 28.6M 1s
[ALL  ]     47232K ................ ................ ................ 46%  147M 1s
[ALL  ]     47616K ................ ................ ................ 47%  262M 1s
[ALL  ]     48000K ................ ................ ................ 47%  217M 1s
[ALL  ]     48384K ................ ................ ................ 47%  212M 1s
[ALL  ]     48768K ................ ................ ................ 48%  206M 1s
[ALL  ]     49152K ................ ................ ................ 48%  225M 1s
[ALL  ]     49536K ................ ................ ................ 49%  112M 1s
[ALL  ]     49920K ................ ................ ................ 49% 29.0M 1s
[ALL  ]     50304K ................ ................ ................ 49%  234M 1s
[ALL  ]     50688K ................ ................ ................ 50%  220M 1s
[ALL  ]     51072K ................ ................ ................ 50%  220M 1s
[ALL  ]     51456K ................ ................ ................ 50%  187M 1s
[ALL  ]     51840K ................ ................ ................ 51%  247M 1s
[ALL  ]     52224K ................ ................ ................ 51%  225M 1s
[ALL  ]     52608K ................ ................ ................ 52% 96.5M 1s
[ALL  ]     52992K ................ ................ ................ 52% 29.0M 1s
[ALL  ]     53376K ................ ................ ................ 52%  214M 1s
[ALL  ]     53760K ................ ................ ................ 53%  235M 1s
[ALL  ]     54144K ................ ................ ................ 53%  215M 1s
[ALL  ]     54528K ................ ................ ................ 53%  240M 1s
[ALL  ]     54912K ................ ................ ................ 54%  200M 1s
[ALL  ]     55296K ................ ................ ................ 54%  247M 1s
[ALL  ]     55680K ................ ................ ................ 55%  229M 1s
[ALL  ]     56064K ................ ................ ................ 55% 23.0M 1s
[ALL  ]     56448K ................ ................ ................ 55%  221M 1s
[ALL  ]     56832K ................ ................ ................ 56%  197M 1s
[ALL  ]     57216K ................ ................ ................ 56%  215M 1s
[ALL  ]     57600K ................ ................ ................ 56%  236M 1s
[ALL  ]     57984K ................ ................ ................ 57%  213M 1s
[ALL  ]     58368K ................ ................ ................ 57%  199M 1s
[ALL  ]     58752K ................ ................ ................ 58%  249M 0s
[ALL  ]     59136K ................ ................ ................ 58% 26.5M 0s
[ALL  ]     59520K ................ ................ ................ 58%  228M 0s
[ALL  ]     59904K ................ ................ ................ 59%  237M 0s
[ALL  ]     60288K ................ ................ ................ 59%  199M 0s
[ALL  ]     60672K ................ ................ ................ 59%  255M 0s
[ALL  ]     61056K ................ ................ ................ 60%  250M 0s
[ALL  ]     61440K ................ ................ ................ 60%  232M 0s
[ALL  ]     61824K ................ ................ ................ 61%  172M 0s
[ALL  ]     62208K ................ ................ ................ 61% 24.7M 0s
[ALL  ]     62592K ................ ................ ................ 61%  245M 0s
[ALL  ]     62976K ................ ................ ................ 62%  230M 0s
[ALL  ]     63360K ................ ................ ................ 62%  225M 0s
[ALL  ]     63744K ................ ................ ................ 62%  204M 0s
[ALL  ]     64128K ................ ................ ................ 63%  209M 0s
[ALL  ]     64512K ................ ................ ................ 63%  251M 0s
[ALL  ]     64896K ................ ................ ................ 64%  212M 0s
[ALL  ]     65280K ................ ................ ................ 64% 26.3M 0s
[ALL  ]     65664K ................ ................ ................ 64%  201M 0s
[ALL  ]     66048K ................ ................ ................ 65%  235M 0s
[ALL  ]     66432K ................ ................ ................ 65%  218M 0s
[ALL  ]     66816K ................ ................ ................ 65%  211M 0s
[ALL  ]     67200K ................ ................ ................ 66%  240M 0s
[ALL  ]     67584K ................ ................ ................ 66%  230M 0s
[ALL  ]     67968K ................ ................ ................ 67%  184M 0s
[ALL  ]     68352K ................ ................ ................ 67% 24.5M 0s
[ALL  ]     68736K ................ ................ ................ 67%  219M 0s
[ALL  ]     69120K ................ ................ ................ 68%  238M 0s
[ALL  ]     69504K ................ ................ ................ 68%  198M 0s
[ALL  ]     69888K ................ ................ ................ 69%  217M 0s
[ALL  ]     70272K ................ ................ ................ 69%  188M 0s
[ALL  ]     70656K ................ ................ ................ 69%  199M 0s
[ALL  ]     71040K ................ ................ ................ 70%  216M 0s
[ALL  ]     71424K ................ ................ ................ 70% 25.8M 0s
[ALL  ]     71808K ................ ................ ................ 70%  244M 0s
[ALL  ]     72192K ................ ................ ................ 71%  254M 0s
[ALL  ]     72576K ................ ................ ................ 71%  240M 0s
[ALL  ]     72960K ................ ................ ................ 72%  217M 0s
[ALL  ]     73344K ................ ................ ................ 72%  210M 0s
[ALL  ]     73728K ................ ................ ................ 72%  251M 0s
[ALL  ]     74112K ................ ................ ................ 73%  235M 0s
[ALL  ]     74496K ................ ................ ................ 73% 24.0M 0s
[ALL  ]     74880K ................ ................ ................ 73%  204M 0s
[ALL  ]     75264K ................ ................ ................ 74%  244M 0s
[ALL  ]     75648K ................ ................ ................ 74%  216M 0s
[ALL  ]     76032K ................ ................ ................ 75%  200M 0s
[ALL  ]     76416K ................ ................ ................ 75%  215M 0s
[ALL  ]     76800K ................ ................ ................ 75%  226M 0s
[ALL  ]     77184K ................ ................ ................ 76%  206M 0s
[ALL  ]     77568K ................ ................ ................ 76% 33.1M 0s
[ALL  ]     77952K ................ ................ ................ 76% 62.4M 0s
[ALL  ]     78336K ................ ................ ................ 77%  197M 0s
[ALL  ]     78720K ................ ................ ................ 77%  236M 0s
[ALL  ]     79104K ................ ................ ................ 78%  215M 0s
[ALL  ]     79488K ................ ................ ................ 78%  238M 0s
[ALL  ]     79872K ................ ................ ................ 78%  244M 0s
[ALL  ]     80256K ................ ................ ................ 79%  269M 0s
[ALL  ]     80640K ................ ................ ................ 79% 35.1M 0s
[ALL  ]     81024K ................ ................ ................ 79% 77.1M 0s
[ALL  ]     81408K ................ ................ ................ 80%  254M 0s
[ALL  ]     81792K ................ ................ ................ 80%  229M 0s
[ALL  ]     82176K ................ ................ ................ 81%  195M 0s
[ALL  ]     82560K ................ ................ ................ 81%  210M 0s
[ALL  ]     82944K ................ ................ ................ 81%  226M 0s
[ALL  ]     83328K ................ ................ ................ 82%  170M 0s
[ALL  ]     83712K ................ ................ ................ 82% 34.9M 0s
[ALL  ]     84096K ................ ................ ................ 82% 64.2M 0s
[ALL  ]     84480K ................ ................ ................ 83%  231M 0s
[ALL  ]     84864K ................ ................ ................ 83%  223M 0s
[ALL  ]     85248K ................ ................ ................ 84%  212M 0s
[ALL  ]     85632K ................ ................ ................ 84%  240M 0s
[ALL  ]     86016K ................ ................ ................ 84%  249M 0s
[ALL  ]     86400K ................ ................ ................ 85%  194M 0s
[ALL  ]     86784K ................ ................ ................ 85% 33.8M 0s
[ALL  ]     87168K ................ ................ ................ 85% 64.1M 0s
[ALL  ]     87552K ................ ................ ................ 86%  205M 0s
[ALL  ]     87936K ................ ................ ................ 86%  213M 0s
[ALL  ]     88320K ................ ................ ................ 87%  190M 0s
[ALL  ]     88704K ................ ................ ................ 87%  195M 0s
[ALL  ]     89088K ................ ................ ................ 87%  213M 0s
[ALL  ]     89472K ................ ................ ................ 88%  227M 0s
[ALL  ]     89856K ................ ................ ................ 88% 35.3M 0s
[ALL  ]     90240K ................ ................ ................ 88% 94.2M 0s
[ALL  ]     90624K ................ ................ ................ 89%  249M 0s
[ALL  ]     91008K ................ ................ ................ 89%  230M 0s
[ALL  ]     91392K ................ ................ ................ 90%  226M 0s
[ALL  ]     91776K ................ ................ ................ 90%  217M 0s
[ALL  ]     92160K ................ ................ ................ 90%  210M 0s
[ALL  ]     92544K ................ ................ ................ 91%  181M 0s
[ALL  ]     92928K ................ ................ ................ 91% 34.3M 0s
[ALL  ]     93312K ................ ................ ................ 92% 66.0M 0s
[ALL  ]     93696K ................ ................ ................ 92%  190M 0s
[ALL  ]     94080K ................ ................ ................ 92%  252M 0s
[ALL  ]     94464K ................ ................ ................ 93%  243M 0s
[ALL  ]     94848K ................ ................ ................ 93%  238M 0s
[ALL  ]     95232K ................ ................ ................ 93%  255M 0s
[ALL  ]     95616K ................ ................ ................ 94%  232M 0s
[ALL  ]     96000K ................ ................ ................ 94% 40.0M 0s
[ALL  ]     96384K ................ ................ ................ 95% 46.4M 0s
[ALL  ]     96768K ................ ................ ................ 95%  224M 0s
[ALL  ]     97152K ................ ................ ................ 95%  226M 0s
[ALL  ]     97536K ................ ................ ................ 96%  190M 0s
[ALL  ]     97920K ................ ................ ................ 96%  208M 0s
[ALL  ]     98304K ................ ................ ................ 96%  215M 0s
[ALL  ]     98688K ................ ................ ................ 97%  207M 0s
[ALL  ]     99072K ................ ................ ................ 97% 59.1M 0s
[ALL  ]     99456K ................ ................ ................ 98% 36.6M 0s
[ALL  ]     99840K ................ ................ ................ 98%  250M 0s
[ALL  ]    100224K ................ ................ ................ 98%  229M 0s
[ALL  ]    100608K ................ ................ ................ 99%  236M 0s
[ALL  ]    100992K ................ ................ ................ 99%  218M 0s
[ALL  ]    101376K ................ ................ ................ 99%  227M 0s
[ALL  ]    101760K .........                                         100%  281M=1.1s
[ALL  ]    
[ALL  ]    2021-10-06 11:00:46 (93.9 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:00:47--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://newcontinuum.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:00:47--  https://newcontinuum.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving newcontinuum.dl.sourceforge.net (newcontinuum.dl.sourceforge.net)... 64.79.96.4, 2607:ff50:0:11::32
[ALL  ]    Connecting to newcontinuum.dl.sourceforge.net (newcontinuum.dl.sourceforge.net)|64.79.96.4|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84% 1.95M 0s
[ALL  ]       384K .........                                         100% 1.60M=0.2s
[ALL  ]    
[ALL  ]    2021-10-06 11:00:48 (1.89 MB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:00:48--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  218K 7s
[ALL  ]       384K ................ ................ ................ 40% 1.06M 3s
[ALL  ]       768K ................ ................ ................ 60% 1.06M 2s
[ALL  ]      1152K ................ ................ ................ 80% 2.09M 1s
[ALL  ]      1536K ................ ................ .............   100% 2.09M=2.8s
[ALL  ]    
[ALL  ]    2021-10-06 11:00:56 (675 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:00:56--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:00:57--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  500K 2s
[ALL  ]       384K ................ ................ ................ 54% 2.44M 1s
[ALL  ]       768K ................ ................ ................ 81% 65.5M 0s
[ALL  ]      1152K ................ ................                 100%  192M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:00:59 (1.48 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:00:59--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:01:10--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:01:22--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:01:32--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:01:44--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:01:56--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:02:06--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:02:17--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:02:29--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:54.77)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
+ set +x
Wed Oct 6 11:03:12 UTC 2021 - building ...
Wed Oct 6 11:03:42 UTC 2021 - building ...
Wed Oct 6 11:04:12 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.110242
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:01)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:02:43--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:02:43--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:02:43--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 3.29M 30s
[ALL  ]       384K ................ ................ ................  0% 16.1M 18s
[ALL  ]       768K ................ ................ ................  1%  120M 12s
[ALL  ]      1152K ................ ................ ................  1% 18.3M 10s
[ALL  ]      1536K ................ ................ ................  1%  147M 8s
[ALL  ]      1920K ................ ................ ................  2%  189M 7s
[ALL  ]      2304K ................ ................ ................  2%  193M 6s
[ALL  ]      2688K ................ ................ ................  3% 21.2M 6s
[ALL  ]      3072K ................ ................ ................  3%  194M 5s
[ALL  ]      3456K ................ ................ ................  3%  206M 5s
[ALL  ]      3840K ................ ................ ................  4%  185M 4s
[ALL  ]      4224K ................ ................ ................  4%  184M 4s
[ALL  ]      4608K ................ ................ ................  4%  220M 4s
[ALL  ]      4992K ................ ................ ................  5%  217M 4s
[ALL  ]      5376K ................ ................ ................  5%  225M 3s
[ALL  ]      5760K ................ ................ ................  6% 34.4M 3s
[ALL  ]      6144K ................ ................ ................  6%  173M 3s
[ALL  ]      6528K ................ ................ ................  6%  205M 3s
[ALL  ]      6912K ................ ................ ................  7%  225M 3s
[ALL  ]      7296K ................ ................ ................  7%  206M 3s
[ALL  ]      7680K ................ ................ ................  7%  211M 3s
[ALL  ]      8064K ................ ................ ................  8%  123M 2s
[ALL  ]      8448K ................ ................ ................  8% 41.8M 2s
[ALL  ]      8832K ................ ................ ................  9%  145M 2s
[ALL  ]      9216K ................ ................ ................  9%  141M 2s
[ALL  ]      9600K ................ ................ ................  9%  218M 2s
[ALL  ]      9984K ................ ................ ................ 10%  230M 2s
[ALL  ]     10368K ................ ................ ................ 10%  233M 2s
[ALL  ]     10752K ................ ................ ................ 10%  148M 2s
[ALL  ]     11136K ................ ................ ................ 11% 35.1M 2s
[ALL  ]     11520K ................ ................ ................ 11%  193M 2s
[ALL  ]     11904K ................ ................ ................ 12%  220M 2s
[ALL  ]     12288K ................ ................ ................ 12%  169M 2s
[ALL  ]     12672K ................ ................ ................ 12%  176M 2s
[ALL  ]     13056K ................ ................ ................ 13%  184M 2s
[ALL  ]     13440K ................ ................ ................ 13%  151M 2s
[ALL  ]     13824K ................ ................ ................ 13%  237M 2s
[ALL  ]     14208K ................ ................ ................ 14% 37.7M 2s
[ALL  ]     14592K ................ ................ ................ 14%  205M 2s
[ALL  ]     14976K ................ ................ ................ 15%  201M 2s
[ALL  ]     15360K ................ ................ ................ 15%  211M 2s
[ALL  ]     15744K ................ ................ ................ 15%  159M 2s
[ALL  ]     16128K ................ ................ ................ 16%  204M 1s
[ALL  ]     16512K ................ ................ ................ 16%  212M 1s
[ALL  ]     16896K ................ ................ ................ 16% 35.9M 1s
[ALL  ]     17280K ................ ................ ................ 17%  156M 1s
[ALL  ]     17664K ................ ................ ................ 17%  166M 1s
[ALL  ]     18048K ................ ................ ................ 18%  238M 1s
[ALL  ]     18432K ................ ................ ................ 18%  233M 1s
[ALL  ]     18816K ................ ................ ................ 18%  257M 1s
[ALL  ]     19200K ................ ................ ................ 19%  170M 1s
[ALL  ]     19584K ................ ................ ................ 19%  231M 1s
[ALL  ]     19968K ................ ................ ................ 19% 36.8M 1s
[ALL  ]     20352K ................ ................ ................ 20%  158M 1s
[ALL  ]     20736K ................ ................ ................ 20%  245M 1s
[ALL  ]     21120K ................ ................ ................ 21%  171M 1s
[ALL  ]     21504K ................ ................ ................ 21%  100M 1s
[ALL  ]     21888K ................ ................ ................ 21%  191M 1s
[ALL  ]     22272K ................ ................ ................ 22%  199M 1s
[ALL  ]     22656K ................ ................ ................ 22%  258M 1s
[ALL  ]     23040K ................ ................ ................ 23% 41.1M 1s
[ALL  ]     23424K ................ ................ ................ 23%  219M 1s
[ALL  ]     23808K ................ ................ ................ 23%  256M 1s
[ALL  ]     24192K ................ ................ ................ 24%  169M 1s
[ALL  ]     24576K ................ ................ ................ 24% 91.7M 1s
[ALL  ]     24960K ................ ................ ................ 24%  205M 1s
[ALL  ]     25344K ................ ................ ................ 25%  203M 1s
[ALL  ]     25728K ................ ................ ................ 25% 43.1M 1s
[ALL  ]     26112K ................ ................ ................ 26%  229M 1s
[ALL  ]     26496K ................ ................ ................ 26%  187M 1s
[ALL  ]     26880K ................ ................ ................ 26%  180M 1s
[ALL  ]     27264K ................ ................ ................ 27%  109M 1s
[ALL  ]     27648K ................ ................ ................ 27%  148M 1s
[ALL  ]     28032K ................ ................ ................ 27%  215M 1s
[ALL  ]     28416K ................ ................ ................ 28% 42.1M 1s
[ALL  ]     28800K ................ ................ ................ 28%  191M 1s
[ALL  ]     29184K ................ ................ ................ 29%  187M 1s
[ALL  ]     29568K ................ ................ ................ 29%  235M 1s
[ALL  ]     29952K ................ ................ ................ 29%  247M 1s
[ALL  ]     30336K ................ ................ ................ 30%  104M 1s
[ALL  ]     30720K ................ ................ ................ 30%  141M 1s
[ALL  ]     31104K ................ ................ ................ 30%  200M 1s
[ALL  ]     31488K ................ ................ ................ 31% 42.4M 1s
[ALL  ]     31872K ................ ................ ................ 31%  221M 1s
[ALL  ]     32256K ................ ................ ................ 32%  184M 1s
[ALL  ]     32640K ................ ................ ................ 32%  197M 1s
[ALL  ]     33024K ................ ................ ................ 32%  193M 1s
[ALL  ]     33408K ................ ................ ................ 33% 84.0M 1s
[ALL  ]     33792K ................ ................ ................ 33%  229M 1s
[ALL  ]     34176K ................ ................ ................ 33% 42.3M 1s
[ALL  ]     34560K ................ ................ ................ 34%  203M 1s
[ALL  ]     34944K ................ ................ ................ 34%  219M 1s
[ALL  ]     35328K ................ ................ ................ 35%  240M 1s
[ALL  ]     35712K ................ ................ ................ 35%  161M 1s
[ALL  ]     36096K ................ ................ ................ 35%  166M 1s
[ALL  ]     36480K ................ ................ ................ 36% 96.0M 1s
[ALL  ]     36864K ................ ................ ................ 36%  231M 1s
[ALL  ]     37248K ................ ................ ................ 36% 41.8M 1s
[ALL  ]     37632K ................ ................ ................ 37%  206M 1s
[ALL  ]     38016K ................ ................ ................ 37%  228M 1s
[ALL  ]     38400K ................ ................ ................ 38%  210M 1s
[ALL  ]     38784K ................ ................ ................ 38%  239M 1s
[ALL  ]     39168K ................ ................ ................ 38% 76.7M 1s
[ALL  ]     39552K ................ ................ ................ 39%  198M 1s
[ALL  ]     39936K ................ ................ ................ 39% 43.7M 1s
[ALL  ]     40320K ................ ................ ................ 39%  203M 1s
[ALL  ]     40704K ................ ................ ................ 40%  204M 1s
[ALL  ]     41088K ................ ................ ................ 40%  233M 1s
[ALL  ]     41472K ................ ................ ................ 41%  234M 1s
[ALL  ]     41856K ................ ................ ................ 41%  260M 1s
[ALL  ]     42240K ................ ................ ................ 41% 58.3M 1s
[ALL  ]     42624K ................ ................ ................ 42%  260M 1s
[ALL  ]     43008K ................ ................ ................ 42% 44.3M 1s
[ALL  ]     43392K ................ ................ ................ 42%  179M 1s
[ALL  ]     43776K ................ ................ ................ 43%  224M 1s
[ALL  ]     44160K ................ ................ ................ 43%  225M 1s
[ALL  ]     44544K ................ ................ ................ 44%  196M 1s
[ALL  ]     44928K ................ ................ ................ 44%  219M 1s
[ALL  ]     45312K ................ ................ ................ 44% 80.2M 1s
[ALL  ]     45696K ................ ................ ................ 45% 37.7M 1s
[ALL  ]     46080K ................ ................ ................ 45%  224M 1s
[ALL  ]     46464K ................ ................ ................ 46%  179M 1s
[ALL  ]     46848K ................ ................ ................ 46%  213M 1s
[ALL  ]     47232K ................ ................ ................ 46%  217M 1s
[ALL  ]     47616K ................ ................ ................ 47%  236M 1s
[ALL  ]     48000K ................ ................ ................ 47% 95.9M 1s
[ALL  ]     48384K ................ ................ ................ 47% 39.2M 1s
[ALL  ]     48768K ................ ................ ................ 48%  166M 1s
[ALL  ]     49152K ................ ................ ................ 48%  196M 1s
[ALL  ]     49536K ................ ................ ................ 49%  201M 1s
[ALL  ]     49920K ................ ................ ................ 49%  228M 1s
[ALL  ]     50304K ................ ................ ................ 49%  241M 1s
[ALL  ]     50688K ................ ................ ................ 50% 85.2M 1s
[ALL  ]     51072K ................ ................ ................ 50%  209M 1s
[ALL  ]     51456K ................ ................ ................ 50% 41.1M 1s
[ALL  ]     51840K ................ ................ ................ 51%  193M 1s
[ALL  ]     52224K ................ ................ ................ 51%  201M 1s
[ALL  ]     52608K ................ ................ ................ 52%  207M 1s
[ALL  ]     52992K ................ ................ ................ 52%  185M 1s
[ALL  ]     53376K ................ ................ ................ 52%  173M 1s
[ALL  ]     53760K ................ ................ ................ 53%  108M 1s
[ALL  ]     54144K ................ ................ ................ 53% 44.6M 1s
[ALL  ]     54528K ................ ................ ................ 53%  201M 1s
[ALL  ]     54912K ................ ................ ................ 54%  174M 1s
[ALL  ]     55296K ................ ................ ................ 54%  189M 1s
[ALL  ]     55680K ................ ................ ................ 55%  207M 0s
[ALL  ]     56064K ................ ................ ................ 55%  166M 0s
[ALL  ]     56448K ................ ................ ................ 55%  101M 0s
[ALL  ]     56832K ................ ................ ................ 56%  192M 0s
[ALL  ]     57216K ................ ................ ................ 56% 42.4M 0s
[ALL  ]     57600K ................ ................ ................ 56%  201M 0s
[ALL  ]     57984K ................ ................ ................ 57%  242M 0s
[ALL  ]     58368K ................ ................ ................ 57%  192M 0s
[ALL  ]     58752K ................ ................ ................ 58%  202M 0s
[ALL  ]     59136K ................ ................ ................ 58%  252M 0s
[ALL  ]     59520K ................ ................ ................ 58% 69.0M 0s
[ALL  ]     59904K ................ ................ ................ 59% 51.6M 0s
[ALL  ]     60288K ................ ................ ................ 59%  216M 0s
[ALL  ]     60672K ................ ................ ................ 59%  154M 0s
[ALL  ]     61056K ................ ................ ................ 60%  192M 0s
[ALL  ]     61440K ................ ................ ................ 60%  207M 0s
[ALL  ]     61824K ................ ................ ................ 61%  203M 0s
[ALL  ]     62208K ................ ................ ................ 61% 78.3M 0s
[ALL  ]     62592K ................ ................ ................ 61%  134M 0s
[ALL  ]     62976K ................ ................ ................ 62% 58.1M 0s
[ALL  ]     63360K ................ ................ ................ 62%  237M 0s
[ALL  ]     63744K ................ ................ ................ 62%  178M 0s
[ALL  ]     64128K ................ ................ ................ 63%  122M 0s
[ALL  ]     64512K ................ ................ ................ 63%  201M 0s
[ALL  ]     64896K ................ ................ ................ 64%  240M 0s
[ALL  ]     65280K ................ ................ ................ 64% 70.7M 0s
[ALL  ]     65664K ................ ................ ................ 64% 50.0M 0s
[ALL  ]     66048K ................ ................ ................ 65%  214M 0s
[ALL  ]     66432K ................ ................ ................ 65%  153M 0s
[ALL  ]     66816K ................ ................ ................ 65%  207M 0s
[ALL  ]     67200K ................ ................ ................ 66%  229M 0s
[ALL  ]     67584K ................ ................ ................ 66%  209M 0s
[ALL  ]     67968K ................ ................ ................ 67% 69.6M 0s
[ALL  ]     68352K ................ ................ ................ 67%  251M 0s
[ALL  ]     68736K ................ ................ ................ 67% 53.9M 0s
[ALL  ]     69120K ................ ................ ................ 68%  172M 0s
[ALL  ]     69504K ................ ................ ................ 68%  248M 0s
[ALL  ]     69888K ................ ................ ................ 69%  124M 0s
[ALL  ]     70272K ................ ................ ................ 69%  237M 0s
[ALL  ]     70656K ................ ................ ................ 69%  202M 0s
[ALL  ]     71040K ................ ................ ................ 70% 71.4M 0s
[ALL  ]     71424K ................ ................ ................ 70% 43.9M 0s
[ALL  ]     71808K ................ ................ ................ 70%  229M 0s
[ALL  ]     72192K ................ ................ ................ 71%  214M 0s
[ALL  ]     72576K ................ ................ ................ 71%  255M 0s
[ALL  ]     72960K ................ ................ ................ 72%  221M 0s
[ALL  ]     73344K ................ ................ ................ 72%  193M 0s
[ALL  ]     73728K ................ ................ ................ 72% 73.7M 0s
[ALL  ]     74112K ................ ................ ................ 73% 44.8M 0s
[ALL  ]     74496K ................ ................ ................ 73%  160M 0s
[ALL  ]     74880K ................ ................ ................ 73%  213M 0s
[ALL  ]     75264K ................ ................ ................ 74%  236M 0s
[ALL  ]     75648K ................ ................ ................ 74%  224M 0s
[ALL  ]     76032K ................ ................ ................ 75%  202M 0s
[ALL  ]     76416K ................ ................ ................ 75%  226M 0s
[ALL  ]     76800K ................ ................ ................ 75% 81.2M 0s
[ALL  ]     77184K ................ ................ ................ 76% 44.4M 0s
[ALL  ]     77568K ................ ................ ................ 76%  172M 0s
[ALL  ]     77952K ................ ................ ................ 76%  200M 0s
[ALL  ]     78336K ................ ................ ................ 77%  196M 0s
[ALL  ]     78720K ................ ................ ................ 77%  223M 0s
[ALL  ]     79104K ................ ................ ................ 78%  261M 0s
[ALL  ]     79488K ................ ................ ................ 78% 67.1M 0s
[ALL  ]     79872K ................ ................ ................ 78%  241M 0s
[ALL  ]     80256K ................ ................ ................ 79% 48.8M 0s
[ALL  ]     80640K ................ ................ ................ 79%  207M 0s
[ALL  ]     81024K ................ ................ ................ 79%  223M 0s
[ALL  ]     81408K ................ ................ ................ 80%  233M 0s
[ALL  ]     81792K ................ ................ ................ 80%  182M 0s
[ALL  ]     82176K ................ ................ ................ 81% 62.9M 0s
[ALL  ]     82560K ................ ................ ................ 81%  232M 0s
[ALL  ]     82944K ................ ................ ................ 81% 50.4M 0s
[ALL  ]     83328K ................ ................ ................ 82%  196M 0s
[ALL  ]     83712K ................ ................ ................ 82%  235M 0s
[ALL  ]     84096K ................ ................ ................ 82%  224M 0s
[ALL  ]     84480K ................ ................ ................ 83%  104M 0s
[ALL  ]     84864K ................ ................ ................ 83%  122M 0s
[ALL  ]     85248K ................ ................ ................ 84%  180M 0s
[ALL  ]     85632K ................ ................ ................ 84% 47.2M 0s
[ALL  ]     86016K ................ ................ ................ 84%  221M 0s
[ALL  ]     86400K ................ ................ ................ 85%  182M 0s
[ALL  ]     86784K ................ ................ ................ 85%  190M 0s
[ALL  ]     87168K ................ ................ ................ 85%  235M 0s
[ALL  ]     87552K ................ ................ ................ 86% 66.9M 0s
[ALL  ]     87936K ................ ................ ................ 86%  198M 0s
[ALL  ]     88320K ................ ................ ................ 87%  228M 0s
[ALL  ]     88704K ................ ................ ................ 87% 46.3M 0s
[ALL  ]     89088K ................ ................ ................ 87%  195M 0s
[ALL  ]     89472K ................ ................ ................ 88%  189M 0s
[ALL  ]     89856K ................ ................ ................ 88%  235M 0s
[ALL  ]     90240K ................ ................ ................ 88%  116M 0s
[ALL  ]     90624K ................ ................ ................ 89%  109M 0s
[ALL  ]     91008K ................ ................ ................ 89%  245M 0s
[ALL  ]     91392K ................ ................ ................ 90% 46.6M 0s
[ALL  ]     91776K ................ ................ ................ 90%  186M 0s
[ALL  ]     92160K ................ ................ ................ 90%  165M 0s
[ALL  ]     92544K ................ ................ ................ 91%  219M 0s
[ALL  ]     92928K ................ ................ ................ 91%  133M 0s
[ALL  ]     93312K ................ ................ ................ 92% 97.7M 0s
[ALL  ]     93696K ................ ................ ................ 92%  224M 0s
[ALL  ]     94080K ................ ................ ................ 92%  230M 0s
[ALL  ]     94464K ................ ................ ................ 93% 51.6M 0s
[ALL  ]     94848K ................ ................ ................ 93%  217M 0s
[ALL  ]     95232K ................ ................ ................ 93%  147M 0s
[ALL  ]     95616K ................ ................ ................ 94%  240M 0s
[ALL  ]     96000K ................ ................ ................ 94% 90.3M 0s
[ALL  ]     96384K ................ ................ ................ 95% 85.0M 0s
[ALL  ]     96768K ................ ................ ................ 95%  194M 0s
[ALL  ]     97152K ................ ................ ................ 95% 67.7M 0s
[ALL  ]     97536K ................ ................ ................ 96%  209M 0s
[ALL  ]     97920K ................ ................ ................ 96%  240M 0s
[ALL  ]     98304K ................ ................ ................ 96%  173M 0s
[ALL  ]     98688K ................ ................ ................ 97% 74.6M 0s
[ALL  ]     99072K ................ ................ ................ 97% 82.7M 0s
[ALL  ]     99456K ................ ................ ................ 98%  160M 0s
[ALL  ]     99840K ................ ................ ................ 98% 68.4M 0s
[ALL  ]    100224K ................ ................ ................ 98%  199M 0s
[ALL  ]    100608K ................ ................ ................ 99%  192M 0s
[ALL  ]    100992K ................ ................ ................ 99%  218M 0s
[ALL  ]    101376K ................ ................ ................ 99%  264M 0s
[ALL  ]    101760K .........                                         100%  317M=1.0s
[ALL  ]    
[ALL  ]    2021-10-06 11:02:44 (102 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:02:45--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://cfhcable.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:02:45--  https://cfhcable.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6
[ALL  ]    Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84% 1.54M 0s
[ALL  ]       384K .........                                         100%  961K=0.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:02:46 (1.40 MB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:02:46--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  128K 12s
[ALL  ]       384K ................ ................ ................ 40%  182K 8s
[ALL  ]       768K ................ ................ ................ 60%  218K 4s
[ALL  ]      1152K ................ ................ ................ 80%  243K 2s
[ALL  ]      1536K ................ ................ .............   100%  259K=9.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:02:57 (193 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:02:57--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:02:58--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  501K 2s
[ALL  ]       384K ................ ................ ................ 54%  119M 1s
[ALL  ]       768K ................ ................ ................ 81% 2.45M 0s
[ALL  ]      1152K ................ ................                 100%  101M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:02:59 (1.49 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:02:59--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:03:10--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:03:22--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:03:32--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:03:43--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:03:55--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:04:05--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:04:16--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:04:28--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:56.36)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
Wed Oct 6 11:05:12 UTC 2021 - building ...
Wed Oct 6 11:05:42 UTC 2021 - building ...
Wed Oct 6 11:06:12 UTC 2021 - building ...
Wed Oct 6 11:06:42 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.110443
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:02)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:04:44--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:04:44--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:04:44--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 4.08M 24s
[ALL  ]       384K ................ ................ ................  0% 16.1M 15s
[ALL  ]       768K ................ ................ ................  1%  115M 10s
[ALL  ]      1152K ................ ................ ................  1% 17.9M 9s
[ALL  ]      1536K ................ ................ ................  1%  179M 7s
[ALL  ]      1920K ................ ................ ................  2%  181M 6s
[ALL  ]      2304K ................ ................ ................  2% 21.9M 6s
[ALL  ]      2688K ................ ................ ................  3%  132M 5s
[ALL  ]      3072K ................ ................ ................  3%  186M 5s
[ALL  ]      3456K ................ ................ ................  3%  237M 4s
[ALL  ]      3840K ................ ................ ................  4%  203M 4s
[ALL  ]      4224K ................ ................ ................  4%  249M 4s
[ALL  ]      4608K ................ ................ ................  4%  182M 3s
[ALL  ]      4992K ................ ................ ................  5% 32.6M 3s
[ALL  ]      5376K ................ ................ ................  5%  165M 3s
[ALL  ]      5760K ................ ................ ................  6%  225M 3s
[ALL  ]      6144K ................ ................ ................  6%  221M 3s
[ALL  ]      6528K ................ ................ ................  6%  238M 3s
[ALL  ]      6912K ................ ................ ................  7%  217M 3s
[ALL  ]      7296K ................ ................ ................  7%  160M 2s
[ALL  ]      7680K ................ ................ ................  7%  245M 2s
[ALL  ]      8064K ................ ................ ................  8% 33.6M 2s
[ALL  ]      8448K ................ ................ ................  8%  145M 2s
[ALL  ]      8832K ................ ................ ................  9%  183M 2s
[ALL  ]      9216K ................ ................ ................  9%  224M 2s
[ALL  ]      9600K ................ ................ ................  9%  223M 2s
[ALL  ]      9984K ................ ................ ................ 10%  242M 2s
[ALL  ]     10368K ................ ................ ................ 10%  266M 2s
[ALL  ]     10752K ................ ................ ................ 10% 32.9M 2s
[ALL  ]     11136K ................ ................ ................ 11%  199M 2s
[ALL  ]     11520K ................ ................ ................ 11%  181M 2s
[ALL  ]     11904K ................ ................ ................ 12%  168M 2s
[ALL  ]     12288K ................ ................ ................ 12%  130M 2s
[ALL  ]     12672K ................ ................ ................ 12%  213M 2s
[ALL  ]     13056K ................ ................ ................ 13%  218M 2s
[ALL  ]     13440K ................ ................ ................ 13%  243M 2s
[ALL  ]     13824K ................ ................ ................ 13% 40.5M 2s
[ALL  ]     14208K ................ ................ ................ 14%  159M 2s
[ALL  ]     14592K ................ ................ ................ 14%  174M 1s
[ALL  ]     14976K ................ ................ ................ 15%  191M 1s
[ALL  ]     15360K ................ ................ ................ 15%  130M 1s
[ALL  ]     15744K ................ ................ ................ 15%  190M 1s
[ALL  ]     16128K ................ ................ ................ 16%  226M 1s
[ALL  ]     16512K ................ ................ ................ 16% 40.2M 1s
[ALL  ]     16896K ................ ................ ................ 16%  194M 1s
[ALL  ]     17280K ................ ................ ................ 17%  178M 1s
[ALL  ]     17664K ................ ................ ................ 17%  192M 1s
[ALL  ]     18048K ................ ................ ................ 18%  134M 1s
[ALL  ]     18432K ................ ................ ................ 18%  213M 1s
[ALL  ]     18816K ................ ................ ................ 18%  200M 1s
[ALL  ]     19200K ................ ................ ................ 19% 40.8M 1s
[ALL  ]     19584K ................ ................ ................ 19%  192M 1s
[ALL  ]     19968K ................ ................ ................ 19%  147M 1s
[ALL  ]     20352K ................ ................ ................ 20%  213M 1s
[ALL  ]     20736K ................ ................ ................ 20%  182M 1s
[ALL  ]     21120K ................ ................ ................ 21%  201M 1s
[ALL  ]     21504K ................ ................ ................ 21%  163M 1s
[ALL  ]     21888K ................ ................ ................ 21%  201M 1s
[ALL  ]     22272K ................ ................ ................ 22% 40.0M 1s
[ALL  ]     22656K ................ ................ ................ 22%  171M 1s
[ALL  ]     23040K ................ ................ ................ 23%  167M 1s
[ALL  ]     23424K ................ ................ ................ 23%  213M 1s
[ALL  ]     23808K ................ ................ ................ 23%  225M 1s
[ALL  ]     24192K ................ ................ ................ 24%  165M 1s
[ALL  ]     24576K ................ ................ ................ 24%  156M 1s
[ALL  ]     24960K ................ ................ ................ 24%  207M 1s
[ALL  ]     25344K ................ ................ ................ 25% 40.6M 1s
[ALL  ]     25728K ................ ................ ................ 25%  164M 1s
[ALL  ]     26112K ................ ................ ................ 26%  213M 1s
[ALL  ]     26496K ................ ................ ................ 26%  209M 1s
[ALL  ]     26880K ................ ................ ................ 26%  168M 1s
[ALL  ]     27264K ................ ................ ................ 27%  159M 1s
[ALL  ]     27648K ................ ................ ................ 27%  173M 1s
[ALL  ]     28032K ................ ................ ................ 27% 41.7M 1s
[ALL  ]     28416K ................ ................ ................ 28%  183M 1s
[ALL  ]     28800K ................ ................ ................ 28%  165M 1s
[ALL  ]     29184K ................ ................ ................ 29%  211M 1s
[ALL  ]     29568K ................ ................ ................ 29%  224M 1s
[ALL  ]     29952K ................ ................ ................ 29%  164M 1s
[ALL  ]     30336K ................ ................ ................ 30%  164M 1s
[ALL  ]     30720K ................ ................ ................ 30%  146M 1s
[ALL  ]     31104K ................ ................ ................ 30% 42.9M 1s
[ALL  ]     31488K ................ ................ ................ 31%  195M 1s
[ALL  ]     31872K ................ ................ ................ 31%  191M 1s
[ALL  ]     32256K ................ ................ ................ 32%  161M 1s
[ALL  ]     32640K ................ ................ ................ 32%  113M 1s
[ALL  ]     33024K ................ ................ ................ 32%  210M 1s
[ALL  ]     33408K ................ ................ ................ 33%  196M 1s
[ALL  ]     33792K ................ ................ ................ 33%  214M 1s
[ALL  ]     34176K ................ ................ ................ 33% 44.3M 1s
[ALL  ]     34560K ................ ................ ................ 34%  167M 1s
[ALL  ]     34944K ................ ................ ................ 34%  142M 1s
[ALL  ]     35328K ................ ................ ................ 35%  104M 1s
[ALL  ]     35712K ................ ................ ................ 35%  195M 1s
[ALL  ]     36096K ................ ................ ................ 35%  223M 1s
[ALL  ]     36480K ................ ................ ................ 36%  200M 1s
[ALL  ]     36864K ................ ................ ................ 36%  239M 1s
[ALL  ]     37248K ................ ................ ................ 36% 47.6M 1s
[ALL  ]     37632K ................ ................ ................ 37%  138M 1s
[ALL  ]     38016K ................ ................ ................ 37%  203M 1s
[ALL  ]     38400K ................ ................ ................ 38% 84.1M 1s
[ALL  ]     38784K ................ ................ ................ 38%  168M 1s
[ALL  ]     39168K ................ ................ ................ 38%  230M 1s
[ALL  ]     39552K ................ ................ ................ 39%  210M 1s
[ALL  ]     39936K ................ ................ ................ 39% 56.2M 1s
[ALL  ]     40320K ................ ................ ................ 39%  185M 1s
[ALL  ]     40704K ................ ................ ................ 40%  126M 1s
[ALL  ]     41088K ................ ................ ................ 40%  165M 1s
[ALL  ]     41472K ................ ................ ................ 41% 96.5M 1s
[ALL  ]     41856K ................ ................ ................ 41%  168M 1s
[ALL  ]     42240K ................ ................ ................ 41%  222M 1s
[ALL  ]     42624K ................ ................ ................ 42% 53.0M 1s
[ALL  ]     43008K ................ ................ ................ 42%  210M 1s
[ALL  ]     43392K ................ ................ ................ 42%  186M 1s
[ALL  ]     43776K ................ ................ ................ 43%  142M 1s
[ALL  ]     44160K ................ ................ ................ 43%  128M 1s
[ALL  ]     44544K ................ ................ ................ 44%  112M 1s
[ALL  ]     44928K ................ ................ ................ 44%  193M 1s
[ALL  ]     45312K ................ ................ ................ 44%  154M 1s
[ALL  ]     45696K ................ ................ ................ 45% 59.8M 1s
[ALL  ]     46080K ................ ................ ................ 45%  196M 1s
[ALL  ]     46464K ................ ................ ................ 46%  174M 1s
[ALL  ]     46848K ................ ................ ................ 46%  126M 1s
[ALL  ]     47232K ................ ................ ................ 46%  144M 1s
[ALL  ]     47616K ................ ................ ................ 47%  131M 1s
[ALL  ]     48000K ................ ................ ................ 47%  129M 1s
[ALL  ]     48384K ................ ................ ................ 47%  196M 1s
[ALL  ]     48768K ................ ................ ................ 48% 59.4M 1s
[ALL  ]     49152K ................ ................ ................ 48%  175M 1s
[ALL  ]     49536K ................ ................ ................ 49%  163M 1s
[ALL  ]     49920K ................ ................ ................ 49%  107M 1s
[ALL  ]     50304K ................ ................ ................ 49%  165M 1s
[ALL  ]     50688K ................ ................ ................ 50%  162M 1s
[ALL  ]     51072K ................ ................ ................ 50%  146M 1s
[ALL  ]     51456K ................ ................ ................ 50%  151M 1s
[ALL  ]     51840K ................ ................ ................ 51% 58.8M 1s
[ALL  ]     52224K ................ ................ ................ 51%  190M 1s
[ALL  ]     52608K ................ ................ ................ 52%  200M 1s
[ALL  ]     52992K ................ ................ ................ 52%  105M 1s
[ALL  ]     53376K ................ ................ ................ 52%  147M 1s
[ALL  ]     53760K ................ ................ ................ 53%  142M 0s
[ALL  ]     54144K ................ ................ ................ 53%  154M 0s
[ALL  ]     54528K ................ ................ ................ 53% 59.1M 0s
[ALL  ]     54912K ................ ................ ................ 54%  233M 0s
[ALL  ]     55296K ................ ................ ................ 54%  141M 0s
[ALL  ]     55680K ................ ................ ................ 55%  105M 0s
[ALL  ]     56064K ................ ................ ................ 55%  185M 0s
[ALL  ]     56448K ................ ................ ................ 55%  201M 0s
[ALL  ]     56832K ................ ................ ................ 56%  124M 0s
[ALL  ]     57216K ................ ................ ................ 56%  154M 0s
[ALL  ]     57600K ................ ................ ................ 56% 60.9M 0s
[ALL  ]     57984K ................ ................ ................ 57%  181M 0s
[ALL  ]     58368K ................ ................ ................ 57%  190M 0s
[ALL  ]     58752K ................ ................ ................ 58% 97.0M 0s
[ALL  ]     59136K ................ ................ ................ 58%  175M 0s
[ALL  ]     59520K ................ ................ ................ 58%  166M 0s
[ALL  ]     59904K ................ ................ ................ 59%  139M 0s
[ALL  ]     60288K ................ ................ ................ 59%  115M 0s
[ALL  ]     60672K ................ ................ ................ 59% 66.2M 0s
[ALL  ]     61056K ................ ................ ................ 60%  187M 0s
[ALL  ]     61440K ................ ................ ................ 60%  217M 0s
[ALL  ]     61824K ................ ................ ................ 61% 97.3M 0s
[ALL  ]     62208K ................ ................ ................ 61%  160M 0s
[ALL  ]     62592K ................ ................ ................ 61%  146M 0s
[ALL  ]     62976K ................ ................ ................ 62%  194M 0s
[ALL  ]     63360K ................ ................ ................ 62% 62.0M 0s
[ALL  ]     63744K ................ ................ ................ 62%  136M 0s
[ALL  ]     64128K ................ ................ ................ 63%  192M 0s
[ALL  ]     64512K ................ ................ ................ 63% 90.9M 0s
[ALL  ]     64896K ................ ................ ................ 64%  197M 0s
[ALL  ]     65280K ................ ................ ................ 64%  187M 0s
[ALL  ]     65664K ................ ................ ................ 64%  133M 0s
[ALL  ]     66048K ................ ................ ................ 65%  217M 0s
[ALL  ]     66432K ................ ................ ................ 65% 60.5M 0s
[ALL  ]     66816K ................ ................ ................ 65%  136M 0s
[ALL  ]     67200K ................ ................ ................ 66%  206M 0s
[ALL  ]     67584K ................ ................ ................ 66% 87.2M 0s
[ALL  ]     67968K ................ ................ ................ 67%  236M 0s
[ALL  ]     68352K ................ ................ ................ 67%  162M 0s
[ALL  ]     68736K ................ ................ ................ 67%  134M 0s
[ALL  ]     69120K ................ ................ ................ 68%  230M 0s
[ALL  ]     69504K ................ ................ ................ 68% 52.1M 0s
[ALL  ]     69888K ................ ................ ................ 69%  157M 0s
[ALL  ]     70272K ................ ................ ................ 69%  159M 0s
[ALL  ]     70656K ................ ................ ................ 69%  126M 0s
[ALL  ]     71040K ................ ................ ................ 70%  124M 0s
[ALL  ]     71424K ................ ................ ................ 70%  212M 0s
[ALL  ]     71808K ................ ................ ................ 70%  200M 0s
[ALL  ]     72192K ................ ................ ................ 71%  150M 0s
[ALL  ]     72576K ................ ................ ................ 71% 57.7M 0s
[ALL  ]     72960K ................ ................ ................ 72%  148M 0s
[ALL  ]     73344K ................ ................ ................ 72%  114M 0s
[ALL  ]     73728K ................ ................ ................ 72%  154M 0s
[ALL  ]     74112K ................ ................ ................ 73%  137M 0s
[ALL  ]     74496K ................ ................ ................ 73%  213M 0s
[ALL  ]     74880K ................ ................ ................ 73%  213M 0s
[ALL  ]     75264K ................ ................ ................ 74% 73.7M 0s
[ALL  ]     75648K ................ ................ ................ 74% 95.0M 0s
[ALL  ]     76032K ................ ................ ................ 75%  136M 0s
[ALL  ]     76416K ................ ................ ................ 75%  121M 0s
[ALL  ]     76800K ................ ................ ................ 75%  112M 0s
[ALL  ]     77184K ................ ................ ................ 76%  198M 0s
[ALL  ]     77568K ................ ................ ................ 76%  215M 0s
[ALL  ]     77952K ................ ................ ................ 76%  184M 0s
[ALL  ]     78336K ................ ................ ................ 77% 78.9M 0s
[ALL  ]     78720K ................ ................ ................ 77%  103M 0s
[ALL  ]     79104K ................ ................ ................ 78%  126M 0s
[ALL  ]     79488K ................ ................ ................ 78%  138M 0s
[ALL  ]     79872K ................ ................ ................ 78%  107M 0s
[ALL  ]     80256K ................ ................ ................ 79%  155M 0s
[ALL  ]     80640K ................ ................ ................ 79%  227M 0s
[ALL  ]     81024K ................ ................ ................ 79%  210M 0s
[ALL  ]     81408K ................ ................ ................ 80% 64.1M 0s
[ALL  ]     81792K ................ ................ ................ 80%  156M 0s
[ALL  ]     82176K ................ ................ ................ 81%  131M 0s
[ALL  ]     82560K ................ ................ ................ 81%  139M 0s
[ALL  ]     82944K ................ ................ ................ 81% 83.3M 0s
[ALL  ]     83328K ................ ................ ................ 82%  206M 0s
[ALL  ]     83712K ................ ................ ................ 82%  193M 0s
[ALL  ]     84096K ................ ................ ................ 82%  205M 0s
[ALL  ]     84480K ................ ................ ................ 83% 71.7M 0s
[ALL  ]     84864K ................ ................ ................ 83%  148M 0s
[ALL  ]     85248K ................ ................ ................ 84%  115M 0s
[ALL  ]     85632K ................ ................ ................ 84%  115M 0s
[ALL  ]     86016K ................ ................ ................ 84%  116M 0s
[ALL  ]     86400K ................ ................ ................ 85%  175M 0s
[ALL  ]     86784K ................ ................ ................ 85%  151M 0s
[ALL  ]     87168K ................ ................ ................ 85%  108M 0s
[ALL  ]     87552K ................ ................ ................ 86%  136M 0s
[ALL  ]     87936K ................ ................ ................ 86%  144M 0s
[ALL  ]     88320K ................ ................ ................ 87%  104M 0s
[ALL  ]     88704K ................ ................ ................ 87%  113M 0s
[ALL  ]     89088K ................ ................ ................ 87%  140M 0s
[ALL  ]     89472K ................ ................ ................ 88%  129M 0s
[ALL  ]     89856K ................ ................ ................ 88%  192M 0s
[ALL  ]     90240K ................ ................ ................ 88% 90.0M 0s
[ALL  ]     90624K ................ ................ ................ 89%  175M 0s
[ALL  ]     91008K ................ ................ ................ 89%  126M 0s
[ALL  ]     91392K ................ ................ ................ 90%  128M 0s
[ALL  ]     91776K ................ ................ ................ 90% 91.4M 0s
[ALL  ]     92160K ................ ................ ................ 90%  161M 0s
[ALL  ]     92544K ................ ................ ................ 91%  139M 0s
[ALL  ]     92928K ................ ................ ................ 91%  125M 0s
[ALL  ]     93312K ................ ................ ................ 92%  120M 0s
[ALL  ]     93696K ................ ................ ................ 92%  164M 0s
[ALL  ]     94080K ................ ................ ................ 92%  129M 0s
[ALL  ]     94464K ................ ................ ................ 93%  141M 0s
[ALL  ]     94848K ................ ................ ................ 93% 92.1M 0s
[ALL  ]     95232K ................ ................ ................ 93%  148M 0s
[ALL  ]     95616K ................ ................ ................ 94%  137M 0s
[ALL  ]     96000K ................ ................ ................ 94%  106M 0s
[ALL  ]     96384K ................ ................ ................ 95%  156M 0s
[ALL  ]     96768K ................ ................ ................ 95%  154M 0s
[ALL  ]     97152K ................ ................ ................ 95%  106M 0s
[ALL  ]     97536K ................ ................ ................ 96%  108M 0s
[ALL  ]     97920K ................ ................ ................ 96%  120M 0s
[ALL  ]     98304K ................ ................ ................ 96%  210M 0s
[ALL  ]     98688K ................ ................ ................ 97%  141M 0s
[ALL  ]     99072K ................ ................ ................ 97% 96.0M 0s
[ALL  ]     99456K ................ ................ ................ 98%  148M 0s
[ALL  ]     99840K ................ ................ ................ 98%  198M 0s
[ALL  ]    100224K ................ ................ ................ 98% 84.5M 0s
[ALL  ]    100608K ................ ................ ................ 99%  119M 0s
[ALL  ]    100992K ................ ................ ................ 99%  150M 0s
[ALL  ]    101376K ................ ................ ................ 99%  154M 0s
[ALL  ]    101760K .........                                         100%  184M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:04:45 (107 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:04:46--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://managedway.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:04:46--  https://managedway.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)... 208.79.213.6
[ALL  ]    Connecting to managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)|208.79.213.6|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84% 1.35M 0s
[ALL  ]       384K .........                                         100% 49.9M=0.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:04:47 (1.60 MB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:04:47--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  168K 9s
[ALL  ]       384K ................ ................ ................ 40%  198K 6s
[ALL  ]       768K ................ ................ ................ 60%  218K 4s
[ALL  ]      1152K ................ ................ ................ 80%  242K 2s
[ALL  ]      1536K ................ ................ .............   100%  259K=9.0s
[ALL  ]    
[ALL  ]    2021-10-06 11:05:02 (212 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:05:02--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:05:03--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  501K 2s
[ALL  ]       384K ................ ................ ................ 54%  112M 1s
[ALL  ]       768K ................ ................ ................ 81% 2.44M 0s
[ALL  ]      1152K ................ ................                 100%  118M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:05:04 (1.49 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:05:04--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:05:15--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:05:27--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:05:37--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:05:49--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:06:01--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:06:11--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:06:22--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:06:34--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 2:00.78)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
+ set +x
Wed Oct 6 11:07:19 UTC 2021 - building ...
Wed Oct 6 11:07:49 UTC 2021 - building ...
Wed Oct 6 11:08:19 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.110649
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:01)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:06:50--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:06:50--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:06:50--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 3.22M 31s
[ALL  ]       384K ................ ................ ................  0% 15.4M 19s
[ALL  ]       768K ................ ................ ................  1% 16.9M 14s
[ALL  ]      1152K ................ ................ ................  1%  140M 11s
[ALL  ]      1536K ................ ................ ................  1% 17.7M 10s
[ALL  ]      1920K ................ ................ ................  2%  210M 8s
[ALL  ]      2304K ................ ................ ................  2%  205M 7s
[ALL  ]      2688K ................ ................ ................  3%  205M 6s
[ALL  ]      3072K ................ ................ ................  3% 20.6M 6s
[ALL  ]      3456K ................ ................ ................  3%  199M 5s
[ALL  ]      3840K ................ ................ ................  4%  191M 5s
[ALL  ]      4224K ................ ................ ................  4%  233M 5s
[ALL  ]      4608K ................ ................ ................  4%  196M 4s
[ALL  ]      4992K ................ ................ ................  5%  208M 4s
[ALL  ]      5376K ................ ................ ................  5% 31.1M 4s
[ALL  ]      5760K ................ ................ ................  6%  121M 4s
[ALL  ]      6144K ................ ................ ................  6%  198M 3s
[ALL  ]      6528K ................ ................ ................  6%  227M 3s
[ALL  ]      6912K ................ ................ ................  7%  235M 3s
[ALL  ]      7296K ................ ................ ................  7%  247M 3s
[ALL  ]      7680K ................ ................ ................  7%  254M 3s
[ALL  ]      8064K ................ ................ ................  8%  235M 3s
[ALL  ]      8448K ................ ................ ................  8% 33.2M 3s
[ALL  ]      8832K ................ ................ ................  9%  124M 3s
[ALL  ]      9216K ................ ................ ................  9%  183M 3s
[ALL  ]      9600K ................ ................ ................  9%  242M 2s
[ALL  ]      9984K ................ ................ ................ 10%  193M 2s
[ALL  ]     10368K ................ ................ ................ 10%  238M 2s
[ALL  ]     10752K ................ ................ ................ 10%  240M 2s
[ALL  ]     11136K ................ ................ ................ 11% 41.8M 2s
[ALL  ]     11520K ................ ................ ................ 11%  137M 2s
[ALL  ]     11904K ................ ................ ................ 12%  128M 2s
[ALL  ]     12288K ................ ................ ................ 12%  163M 2s
[ALL  ]     12672K ................ ................ ................ 12%  176M 2s
[ALL  ]     13056K ................ ................ ................ 13%  235M 2s
[ALL  ]     13440K ................ ................ ................ 13%  231M 2s
[ALL  ]     13824K ................ ................ ................ 13% 45.3M 2s
[ALL  ]     14208K ................ ................ ................ 14%  162M 2s
[ALL  ]     14592K ................ ................ ................ 14%  172M 2s
[ALL  ]     14976K ................ ................ ................ 15% 93.5M 2s
[ALL  ]     15360K ................ ................ ................ 15%  223M 2s
[ALL  ]     15744K ................ ................ ................ 15%  175M 2s
[ALL  ]     16128K ................ ................ ................ 16%  231M 2s
[ALL  ]     16512K ................ ................ ................ 16%  254M 2s
[ALL  ]     16896K ................ ................ ................ 16% 40.9M 2s
[ALL  ]     17280K ................ ................ ................ 17%  210M 2s
[ALL  ]     17664K ................ ................ ................ 17%  131M 2s
[ALL  ]     18048K ................ ................ ................ 18%  163M 1s
[ALL  ]     18432K ................ ................ ................ 18%  150M 1s
[ALL  ]     18816K ................ ................ ................ 18%  210M 1s
[ALL  ]     19200K ................ ................ ................ 19%  203M 1s
[ALL  ]     19584K ................ ................ ................ 19%  206M 1s
[ALL  ]     19968K ................ ................ ................ 19% 42.3M 1s
[ALL  ]     20352K ................ ................ ................ 20%  240M 1s
[ALL  ]     20736K ................ ................ ................ 20%  102M 1s
[ALL  ]     21120K ................ ................ ................ 21%  131M 1s
[ALL  ]     21504K ................ ................ ................ 21%  179M 1s
[ALL  ]     21888K ................ ................ ................ 21%  247M 1s
[ALL  ]     22272K ................ ................ ................ 22%  222M 1s
[ALL  ]     22656K ................ ................ ................ 22% 47.0M 1s
[ALL  ]     23040K ................ ................ ................ 23%  153M 1s
[ALL  ]     23424K ................ ................ ................ 23%  118M 1s
[ALL  ]     23808K ................ ................ ................ 23%  135M 1s
[ALL  ]     24192K ................ ................ ................ 24%  216M 1s
[ALL  ]     24576K ................ ................ ................ 24%  169M 1s
[ALL  ]     24960K ................ ................ ................ 24%  229M 1s
[ALL  ]     25344K ................ ................ ................ 25%  186M 1s
[ALL  ]     25728K ................ ................ ................ 25% 47.7M 1s
[ALL  ]     26112K ................ ................ ................ 26%  149M 1s
[ALL  ]     26496K ................ ................ ................ 26% 93.9M 1s
[ALL  ]     26880K ................ ................ ................ 26%  208M 1s
[ALL  ]     27264K ................ ................ ................ 27%  234M 1s
[ALL  ]     27648K ................ ................ ................ 27%  186M 1s
[ALL  ]     28032K ................ ................ ................ 27%  193M 1s
[ALL  ]     28416K ................ ................ ................ 28% 45.3M 1s
[ALL  ]     28800K ................ ................ ................ 28%  169M 1s
[ALL  ]     29184K ................ ................ ................ 29%  126M 1s
[ALL  ]     29568K ................ ................ ................ 29%  127M 1s
[ALL  ]     29952K ................ ................ ................ 29%  227M 1s
[ALL  ]     30336K ................ ................ ................ 30%  195M 1s
[ALL  ]     30720K ................ ................ ................ 30%  250M 1s
[ALL  ]     31104K ................ ................ ................ 30%  206M 1s
[ALL  ]     31488K ................ ................ ................ 31% 43.7M 1s
[ALL  ]     31872K ................ ................ ................ 31%  186M 1s
[ALL  ]     32256K ................ ................ ................ 32% 77.2M 1s
[ALL  ]     32640K ................ ................ ................ 32%  206M 1s
[ALL  ]     33024K ................ ................ ................ 32%  235M 1s
[ALL  ]     33408K ................ ................ ................ 33%  233M 1s
[ALL  ]     33792K ................ ................ ................ 33%  228M 1s
[ALL  ]     34176K ................ ................ ................ 33%  210M 1s
[ALL  ]     34560K ................ ................ ................ 34% 46.8M 1s
[ALL  ]     34944K ................ ................ ................ 34%  175M 1s
[ALL  ]     35328K ................ ................ ................ 35% 76.6M 1s
[ALL  ]     35712K ................ ................ ................ 35%  187M 1s
[ALL  ]     36096K ................ ................ ................ 35%  222M 1s
[ALL  ]     36480K ................ ................ ................ 36%  230M 1s
[ALL  ]     36864K ................ ................ ................ 36%  237M 1s
[ALL  ]     37248K ................ ................ ................ 36% 58.3M 1s
[ALL  ]     37632K ................ ................ ................ 37%  123M 1s
[ALL  ]     38016K ................ ................ ................ 37%  147M 1s
[ALL  ]     38400K ................ ................ ................ 38% 82.6M 1s
[ALL  ]     38784K ................ ................ ................ 38%  153M 1s
[ALL  ]     39168K ................ ................ ................ 38%  212M 1s
[ALL  ]     39552K ................ ................ ................ 39%  212M 1s
[ALL  ]     39936K ................ ................ ................ 39%  213M 1s
[ALL  ]     40320K ................ ................ ................ 39% 64.6M 1s
[ALL  ]     40704K ................ ................ ................ 40%  122M 1s
[ALL  ]     41088K ................ ................ ................ 40%  154M 1s
[ALL  ]     41472K ................ ................ ................ 41% 84.4M 1s
[ALL  ]     41856K ................ ................ ................ 41%  146M 1s
[ALL  ]     42240K ................ ................ ................ 41%  208M 1s
[ALL  ]     42624K ................ ................ ................ 42%  195M 1s
[ALL  ]     43008K ................ ................ ................ 42%  119M 1s
[ALL  ]     43392K ................ ................ ................ 42% 96.5M 1s
[ALL  ]     43776K ................ ................ ................ 43%  110M 1s
[ALL  ]     44160K ................ ................ ................ 43%  109M 1s
[ALL  ]     44544K ................ ................ ................ 44% 97.7M 1s
[ALL  ]     44928K ................ ................ ................ 44%  210M 1s
[ALL  ]     45312K ................ ................ ................ 44%  225M 1s
[ALL  ]     45696K ................ ................ ................ 45%  151M 1s
[ALL  ]     46080K ................ ................ ................ 45% 77.1M 1s
[ALL  ]     46464K ................ ................ ................ 46%  154M 1s
[ALL  ]     46848K ................ ................ ................ 46%  128M 1s
[ALL  ]     47232K ................ ................ ................ 46%  118M 1s
[ALL  ]     47616K ................ ................ ................ 47% 92.9M 1s
[ALL  ]     48000K ................ ................ ................ 47%  235M 1s
[ALL  ]     48384K ................ ................ ................ 47%  198M 1s
[ALL  ]     48768K ................ ................ ................ 48%  125M 1s
[ALL  ]     49152K ................ ................ ................ 48% 79.8M 1s
[ALL  ]     49536K ................ ................ ................ 49%  187M 1s
[ALL  ]     49920K ................ ................ ................ 49%  144M 1s
[ALL  ]     50304K ................ ................ ................ 49%  100M 1s
[ALL  ]     50688K ................ ................ ................ 50%  109M 1s
[ALL  ]     51072K ................ ................ ................ 50%  209M 1s
[ALL  ]     51456K ................ ................ ................ 50%  141M 1s
[ALL  ]     51840K ................ ................ ................ 51%  129M 1s
[ALL  ]     52224K ................ ................ ................ 51% 84.3M 1s
[ALL  ]     52608K ................ ................ ................ 52%  206M 1s
[ALL  ]     52992K ................ ................ ................ 52%  147M 1s
[ALL  ]     53376K ................ ................ ................ 52% 86.9M 1s
[ALL  ]     53760K ................ ................ ................ 53%  132M 1s
[ALL  ]     54144K ................ ................ ................ 53%  209M 1s
[ALL  ]     54528K ................ ................ ................ 53%  151M 1s
[ALL  ]     54912K ................ ................ ................ 54% 82.7M 1s
[ALL  ]     55296K ................ ................ ................ 54%  118M 1s
[ALL  ]     55680K ................ ................ ................ 55%  196M 1s
[ALL  ]     56064K ................ ................ ................ 55%  102M 1s
[ALL  ]     56448K ................ ................ ................ 55% 94.8M 0s
[ALL  ]     56832K ................ ................ ................ 56%  180M 0s
[ALL  ]     57216K ................ ................ ................ 56%  154M 0s
[ALL  ]     57600K ................ ................ ................ 56%  116M 0s
[ALL  ]     57984K ................ ................ ................ 57%  112M 0s
[ALL  ]     58368K ................ ................ ................ 57%  150M 0s
[ALL  ]     58752K ................ ................ ................ 58%  144M 0s
[ALL  ]     59136K ................ ................ ................ 58%  118M 0s
[ALL  ]     59520K ................ ................ ................ 58%  102M 0s
[ALL  ]     59904K ................ ................ ................ 59%  144M 0s
[ALL  ]     60288K ................ ................ ................ 59%  117M 0s
[ALL  ]     60672K ................ ................ ................ 59%  115M 0s
[ALL  ]     61056K ................ ................ ................ 60%  131M 0s
[ALL  ]     61440K ................ ................ ................ 60%  153M 0s
[ALL  ]     61824K ................ ................ ................ 61%  196M 0s
[ALL  ]     62208K ................ ................ ................ 61%  114M 0s
[ALL  ]     62592K ................ ................ ................ 61%  105M 0s
[ALL  ]     62976K ................ ................ ................ 62%  135M 0s
[ALL  ]     63360K ................ ................ ................ 62% 87.4M 0s
[ALL  ]     63744K ................ ................ ................ 62%  111M 0s
[ALL  ]     64128K ................ ................ ................ 63%  168M 0s
[ALL  ]     64512K ................ ................ ................ 63%  159M 0s
[ALL  ]     64896K ................ ................ ................ 64%  186M 0s
[ALL  ]     65280K ................ ................ ................ 64% 91.8M 0s
[ALL  ]     65664K ................ ................ ................ 64%  167M 0s
[ALL  ]     66048K ................ ................ ................ 65%  109M 0s
[ALL  ]     66432K ................ ................ ................ 65%  101M 0s
[ALL  ]     66816K ................ ................ ................ 65%  122M 0s
[ALL  ]     67200K ................ ................ ................ 66%  139M 0s
[ALL  ]     67584K ................ ................ ................ 66%  156M 0s
[ALL  ]     67968K ................ ................ ................ 67% 92.1M 0s
[ALL  ]     68352K ................ ................ ................ 67%  165M 0s
[ALL  ]     68736K ................ ................ ................ 67%  175M 0s
[ALL  ]     69120K ................ ................ ................ 68% 73.5M 0s
[ALL  ]     69504K ................ ................ ................ 68%  219M 0s
[ALL  ]     69888K ................ ................ ................ 69%  109M 0s
[ALL  ]     70272K ................ ................ ................ 69%  143M 0s
[ALL  ]     70656K ................ ................ ................ 69%  157M 0s
[ALL  ]     71040K ................ ................ ................ 70% 90.8M 0s
[ALL  ]     71424K ................ ................ ................ 70%  171M 0s
[ALL  ]     71808K ................ ................ ................ 70%  211M 0s
[ALL  ]     72192K ................ ................ ................ 71% 81.2M 0s
[ALL  ]     72576K ................ ................ ................ 71% 99.2M 0s
[ALL  ]     72960K ................ ................ ................ 72%  116M 0s
[ALL  ]     73344K ................ ................ ................ 72%  156M 0s
[ALL  ]     73728K ................ ................ ................ 72% 99.9M 0s
[ALL  ]     74112K ................ ................ ................ 73%  190M 0s
[ALL  ]     74496K ................ ................ ................ 73%  175M 0s
[ALL  ]     74880K ................ ................ ................ 73%  109M 0s
[ALL  ]     75264K ................ ................ ................ 74%  129M 0s
[ALL  ]     75648K ................ ................ ................ 74% 94.4M 0s
[ALL  ]     76032K ................ ................ ................ 75%  135M 0s
[ALL  ]     76416K ................ ................ ................ 75%  113M 0s
[ALL  ]     76800K ................ ................ ................ 75%  129M 0s
[ALL  ]     77184K ................ ................ ................ 76%  153M 0s
[ALL  ]     77568K ................ ................ ................ 76%  241M 0s
[ALL  ]     77952K ................ ................ ................ 76%  119M 0s
[ALL  ]     78336K ................ ................ ................ 77%  106M 0s
[ALL  ]     78720K ................ ................ ................ 77% 78.0M 0s
[ALL  ]     79104K ................ ................ ................ 78%  135M 0s
[ALL  ]     79488K ................ ................ ................ 78%  112M 0s
[ALL  ]     79872K ................ ................ ................ 78%  183M 0s
[ALL  ]     80256K ................ ................ ................ 79%  161M 0s
[ALL  ]     80640K ................ ................ ................ 79%  202M 0s
[ALL  ]     81024K ................ ................ ................ 79% 95.0M 0s
[ALL  ]     81408K ................ ................ ................ 80%  105M 0s
[ALL  ]     81792K ................ ................ ................ 80% 90.0M 0s
[ALL  ]     82176K ................ ................ ................ 81%  135M 0s
[ALL  ]     82560K ................ ................ ................ 81%  148M 0s
[ALL  ]     82944K ................ ................ ................ 81%  161M 0s
[ALL  ]     83328K ................ ................ ................ 82%  177M 0s
[ALL  ]     83712K ................ ................ ................ 82%  103M 0s
[ALL  ]     84096K ................ ................ ................ 82%  176M 0s
[ALL  ]     84480K ................ ................ ................ 83% 66.5M 0s
[ALL  ]     84864K ................ ................ ................ 83%  160M 0s
[ALL  ]     85248K ................ ................ ................ 84%  131M 0s
[ALL  ]     85632K ................ ................ ................ 84%  151M 0s
[ALL  ]     86016K ................ ................ ................ 84%  151M 0s
[ALL  ]     86400K ................ ................ ................ 85%  192M 0s
[ALL  ]     86784K ................ ................ ................ 85% 75.2M 0s
[ALL  ]     87168K ................ ................ ................ 85%  227M 0s
[ALL  ]     87552K ................ ................ ................ 86% 75.7M 0s
[ALL  ]     87936K ................ ................ ................ 86%  143M 0s
[ALL  ]     88320K ................ ................ ................ 87%  164M 0s
[ALL  ]     88704K ................ ................ ................ 87%  108M 0s
[ALL  ]     89088K ................ ................ ................ 87%  212M 0s
[ALL  ]     89472K ................ ................ ................ 88%  210M 0s
[ALL  ]     89856K ................ ................ ................ 88% 66.8M 0s
[ALL  ]     90240K ................ ................ ................ 88%  170M 0s
[ALL  ]     90624K ................ ................ ................ 89%  110M 0s
[ALL  ]     91008K ................ ................ ................ 89%  113M 0s
[ALL  ]     91392K ................ ................ ................ 90%  194M 0s
[ALL  ]     91776K ................ ................ ................ 90%  103M 0s
[ALL  ]     92160K ................ ................ ................ 90%  254M 0s
[ALL  ]     92544K ................ ................ ................ 91%  106M 0s
[ALL  ]     92928K ................ ................ ................ 91% 96.9M 0s
[ALL  ]     93312K ................ ................ ................ 92%  123M 0s
[ALL  ]     93696K ................ ................ ................ 92%  123M 0s
[ALL  ]     94080K ................ ................ ................ 92%  136M 0s
[ALL  ]     94464K ................ ................ ................ 93%  169M 0s
[ALL  ]     94848K ................ ................ ................ 93%  116M 0s
[ALL  ]     95232K ................ ................ ................ 93%  206M 0s
[ALL  ]     95616K ................ ................ ................ 94%  113M 0s
[ALL  ]     96000K ................ ................ ................ 94% 87.1M 0s
[ALL  ]     96384K ................ ................ ................ 95% 93.8M 0s
[ALL  ]     96768K ................ ................ ................ 95%  163M 0s
[ALL  ]     97152K ................ ................ ................ 95%  195M 0s
[ALL  ]     97536K ................ ................ ................ 96%  114M 0s
[ALL  ]     97920K ................ ................ ................ 96%  150M 0s
[ALL  ]     98304K ................ ................ ................ 96%  195M 0s
[ALL  ]     98688K ................ ................ ................ 97% 85.3M 0s
[ALL  ]     99072K ................ ................ ................ 97%  117M 0s
[ALL  ]     99456K ................ ................ ................ 98% 92.9M 0s
[ALL  ]     99840K ................ ................ ................ 98%  170M 0s
[ALL  ]    100224K ................ ................ ................ 98%  235M 0s
[ALL  ]    100608K ................ ................ ................ 99% 98.6M 0s
[ALL  ]    100992K ................ ................ ................ 99%  181M 0s
[ALL  ]    101376K ................ ................ ................ 99% 95.7M 0s
[ALL  ]    101760K .........                                         100%  274M=1.0s
[ALL  ]    
[ALL  ]    2021-10-06 11:06:52 (102 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:06:52--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://managedway.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:06:52--  https://managedway.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)... 208.79.213.6
[ALL  ]    Connecting to managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)|208.79.213.6|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84% 1.66M 0s
[ALL  ]       384K .........                                         100% 1.37M=0.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:06:53 (1.61 MB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:06:53--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  168K 9s
[ALL  ]       384K ................ ................ ................ 40%  218K 6s
[ALL  ]       768K ................ ................ ................ 60%  242K 4s
[ALL  ]      1152K ................ ................ ................ 80%  243K 2s
[ALL  ]      1536K ................ ................ .............   100%  259K=8.6s
[ALL  ]    
[ALL  ]    2021-10-06 11:07:02 (220 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:07:02--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:07:03--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  500K 2s
[ALL  ]       384K ................ ................ ................ 54% 2.45M 1s
[ALL  ]       768K ................ ................ ................ 81% 86.2M 0s
[ALL  ]      1152K ................ ................                 100%  162M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:07:04 (1.48 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:07:05--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:07:16--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:07:28--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:07:38--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:07:49--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:08:01--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:08:11--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:08:22--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:08:34--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:54.80)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
##[error]Process completed with exit code 1.
Post job cleanup.

@tom7980
Copy link
Contributor Author

tom7980 commented Oct 7, 2021

Does this need to be retried again now the build system is fixed?

@Mark-Simulacrum
Copy link
Member

It's retried already -- in the queue: https://bors.rust-lang.org/queue/rust

@bors
Copy link
Contributor

bors commented Oct 8, 2021

⌛ Testing commit 0950d5a with merge e0aaffd...

@bors
Copy link
Contributor

bors commented Oct 8, 2021

☀️ Test successful - checks-actions
Approved by: estebank
Pushing e0aaffd to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Oct 8, 2021
@bors bors merged commit e0aaffd into rust-lang:master Oct 8, 2021
@rustbot rustbot added this to the 1.57.0 milestone Oct 8, 2021
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (e0aaffd): comparison url.

Summary: This benchmark run did not return any relevant changes.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Aug 9, 2022
Set tainted errors bit before emitting coerce suggestions.

Fixes rust-lang#100246.

rust-lang#89576 basically got 99% of the way there but the match typechecking code (which calls `coerce_inner`) also needed a similar fix.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 9, 2022
Set tainted errors bit before emitting coerce suggestions.

Fixes rust-lang#100246.

rust-lang#89576 basically got 99% of the way there but the match typechecking code (which calls `coerce_inner`) also needed a similar fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overflow evaluating the requirement [stable/nightly]
9 participants