Closed Hollowed-Mind closed 1 year ago
I'm not sure I understand what you're trying to do with the downsampling. You're keeping only reads shorter than some threshold for the same dataset as the successful run? If so, 10kb input that failed has only 27 reads and is less than 1x of coverage of the 5mb genome so I think the issue is no reads are left to correct. If the sets w/8 and 4kb thresholds have even fewer reads to correct, then they would be failing for the same reason.
I'm not sure I understand what you're trying to do with the downsampling. You're keeping only reads shorter than some threshold for the same dataset as the successful run? If so, 10kb input that failed has only 27 reads and is less than 1x of coverage of the 5mb genome so I think the issue is no reads are left to correct. If the sets w/8 and 4kb thresholds have even fewer reads to correct, then they would be failing for the same reason.
No, skoren, they are different datasets and come from different ecc_dnas. The issue is the program runs fine when I try it on a large number of reads from a large dna molecule, but when I try it with reads from a smaller molecule it fails.
Ah, are you able to share one of the failed sets, like the 10kb one?
Ah, are you able to share one of the failed sets, like the 10kb one?
You mean the actual reads? Sure. github won't let me upload the actual .fastq, but the attached .txt has the same text exactly, just copied over. If you are looking for a log of a failed canu run, see the failed_canu_run_record.txt from my original post.
Thanks, I just independently reproduced a crash, and also reproduced it with your reads.
Fixed! A nice simple embarrassing bug.
https://github.com/marbl/canu/issues/2234#issuecomment-1612105776 So the software change fixes it?
Yup!
Yup!
Cool, I'll test it out once my computer finishes its current really long process. Thanks!
Yup!
Sadly, your fix does not resolve the issue. Any attempt to run the reads from the 10000bp fails. Unless you changed more than that one file?
In fact, it seems to produce a new error as now the error log looks different.
See the errors reported below: new_canu_error.txt
It is showing the same version string as the buggy version:
ABORT: canu snapshot v2.3-development +95 changes (r10366 bf659b146261305f1785b9be03c609063354265b)
can you verify it was recompiled, and/or check that falconsense --version
reports
canu snapshot v2.3-development +105 changes (r10376 5453c3fddb944f8d9e3fbc2edd2f1d545a83c949)
How can I force it to recompile? Sorry, I am new to linux and to this level of programming in general.
Thanks for your help!
From: Brian Walenz @.> Sent: Thursday, June 29, 2023 4:52 PM To: marbl/canu @.> Cc: Deatherage, Joseph Lewis @.>; Author @.> Subject: Re: [marbl/canu] ABORT: failed to partition reads for correction. (Issue #2234)
It is showing the same version string as the buggy version:
ABORT: canu snapshot v2.3-development +95 changes (r10366 bf659b146261305f1785b9be03c609063354265b)
can you verify it was recompiled, and/or check that falconsense --version reports
canu snapshot v2.3-development +105 changes (r10376 5453c3fddb944f8d9e3fbc2edd2f1d545a83c949)
— Reply to this email directly, view it on GitHubhttps://github.com/marbl/canu/issues/2234#issuecomment-1613851790, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BA4Q6KW2UYRDCDCYITPO6UDXNX2J3ANCNFSM6AAAAAAZWFRFOM. You are receiving this because you authored the thread.Message ID: @.***>
I've tried reinstalling canu from scratch in hopes that the updated code will work better. But each time I do, the make portion of the installation terminates with "make: *** No rule to make target 'bin/canu', needed by '/home/jld170130/CANU/canu/build/bin/canu'. Stop."
The full readout from my terminal is attached.
From: Brian Walenz @.> Sent: Thursday, June 29, 2023 4:52 PM To: marbl/canu @.> Cc: Deatherage, Joseph Lewis @.>; Author @.> Subject: Re: [marbl/canu] ABORT: failed to partition reads for correction. (Issue #2234)
It is showing the same version string as the buggy version:
ABORT: canu snapshot v2.3-development +95 changes (r10366 bf659b146261305f1785b9be03c609063354265b)
can you verify it was recompiled, and/or check that falconsense --version reports
canu snapshot v2.3-development +105 changes (r10376 5453c3fddb944f8d9e3fbc2edd2f1d545a83c949)
— Reply to this email directly, view it on GitHubhttps://github.com/marbl/canu/issues/2234#issuecomment-1613851790, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BA4Q6KW2UYRDCDCYITPO6UDXNX2J3ANCNFSM6AAAAAAZWFRFOM. You are receiving this because you authored the thread.Message ID: @.***>
(base) @.:~$ module load miniconda (base) @.:~$ conda activate CANU (CANU) @.:~$ cd /home/jld170130/CANU/ (CANU) @.:~/CANU$ curl -L https://github.com/marbl/canu/releases/download/v2.32/canu-2.3.tar.xz --output canu-2.3.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9 100 9 0 0 39 0 --:--:-- --:--:-- --:--:-- 39 (CANU) @.:~/CANU$ git clone https://github.com/marbl/canu.git Cloning into 'canu'... remote: Enumerating objects: 85362, done. remote: Counting objects: 100% (1735/1735), done. remote: Compressing objects: 100% (580/580), done. remote: Total 85362 (delta 1221), reused 1658 (delta 1154), pack-reused 83627 Receiving objects: 100% (85362/85362), 202.14 MiB | 15.74 MiB/s, done. Resolving deltas: 100% (67291/67291), done. Updating files: 100% (1273/1273), done. (CANU) @.:~/CANU$ cd canu/src (CANU) @.***:~/CANU/canu/src$ make -j 1 Submodule 'src/utility' (https://github.com/marbl/meryl-utility) registered for path 'utility' Cloning into '/home/jld170130/CANU/canu/src/utility'... Submodule path 'utility': checked out 'b6a99d32aec6b5609f1e1690af9a316ef0a55ac5'
Submodule 'src/meryl' (https://github.com/marbl/meryl) registered for path 'meryl' Cloning into '/home/jld170130/CANU/canu/src/meryl'... Submodule path 'meryl': checked out '1b9294d176fdca6a9793085ce5fdf037bbf60e59'
Submodule 'src/seqrequester' (https://github.com/marbl/seqrequester) registered for path 'seqrequester' Cloning into '/home/jld170130/CANU/canu/src/seqrequester'... Submodule path 'seqrequester': checked out '60156610dd5fc1a7d74586ff7abca60b889abf5f'
Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Makefile:389: warning: overriding recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: ignoring old recipe for target '/home/jld170130/CANU/canu/build/' Makefile:389: warning: overriding recipe for target 'clean' Makefile:389: warning: ignoring old recipe for target 'clean' Refresh index: 100% (1273/1273), done. Building snapshot v2.3-development +105 changes (r10376 5453c3fddb944f8d9e3fbc2edd2f1d545a83c949) (sync'd with github) with meryl v1.4-development-41-g1b9294d 1b9294d176fdca6a9793085ce5fdf037bbf60e59 with seqrequester v0.0-101-g6015661 60156610dd5fc1a7d74586ff7abca60b889abf5f with utility v1.0-213-gb6a99d3 b6a99d32aec6b5609f1e1690af9a316ef0a55ac5 For 'Linux' '5.4.0-131-generic)' as 'amd64' into '/home/jld170130/CANU/canu/build/{bin,obj}'. Using GNU '/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++' version '13.1.0'. Using user-supplied CXXFLAGS '-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include'.
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/align/align-ksw2-driver.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/align/align-ksw2-driver.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/align/align-ksw2-extz.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/align/align-ksw2-extz.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/align/align-ksw2-extz2-sse.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/align/align-ksw2-extz2-sse.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/align/align-parasail-driver.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/align/align-parasail-driver.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/align/align-ssw-driver.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/align/align-ssw-driver.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/align/align-ssw.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/align/align-ssw.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/align/edlib.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/align/edlib.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/fibonacci-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/fibonacci-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/hexDump-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/hexDump-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-binary.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-binary.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-bits.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-bits.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-delta.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-delta.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-gamma.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-gamma.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-golomb.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-golomb.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-omega.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-omega.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-unary.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-unary.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1-zeckendorf.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1-zeckendorf.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/stuffedBits-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/stuffedBits-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/bits/wordArray-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/bits/wordArray-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/datastructures/keyAndValue-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/datastructures/keyAndValue-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/datastructures/splitToWords-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/datastructures/splitToWords-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/datastructures/stringList-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/datastructures/stringList-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/datastructures/strings-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/datastructures/strings-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/datastructures/types-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/datastructures/types-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/accessing-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/accessing-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/buffered-v1-reading.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/buffered-v1-reading.C
utility/src/files/buffered-v1-reading.C:111:2: warning: #warning DO NOT CLOSE if the file was from fileno() above [-Wcpp]
111 | #warning DO NOT CLOSE if the file was from fileno() above
| ^~~
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/buffered-v1-writing.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/buffered-v1-writing.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/compressed-v1-reading.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/compressed-v1-reading.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/compressed-v1-writing.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/compressed-v1-writing.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/compressed-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/compressed-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/fasta-fastq-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/fasta-fastq-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/files-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/files-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/memoryMapped-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/memoryMapped-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/readLine-v0.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/readLine-v0.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/readLine-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/readLine-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/reading-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/reading-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/files/writing-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/files/writing-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers-exact.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers-exact.C
utility/src/kmers-v1/kmers-exact.C:141:2: warning: #warning This is a complete guess. [-Wcpp]
141 | #warning This is a complete guess.
| ^~~
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers-files.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers-files.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers-histogram.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers-histogram.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers-reader.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers-reader.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers-writer-block.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers-writer-block.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers-writer-stream.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers-writer-stream.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers-writer.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers-writer.C
utility/src/kmers-v1/kmers-writer.C:56:2: warning: #warning how to set prefix size for streaming operations? [-Wcpp]
56 | #warning how to set prefix size for streaming operations?
| ^~~
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v1/kmers.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v1/kmers.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-exact.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-exact.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-files.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-files.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-histogram.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-histogram.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-reader-dump.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-reader-dump.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-reader.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-reader.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-writer-block.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-writer-block.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-writer-stream.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-writer-stream.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers-writer.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers-writer.C
utility/src/kmers-v2/kmers-writer.C:56:2: warning: #warning how to set prefix size for streaming operations? [-Wcpp]
56 | #warning how to set prefix size for streaming operations?
| ^~~
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/kmers-v2/kmers.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/kmers-v2/kmers.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/math/md5-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/math/md5-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/math/mt19937ar-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/math/mt19937ar-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/math/sampledDistribution-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/math/sampledDistribution-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/cpuid.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/cpuid.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/memory.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/memory.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/sg.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/sg.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/sg_trace.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/sg_trace.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/sg_qx_dispatch.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/sg_qx_dispatch.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/sg_qb_de_dispatch.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/sg_qb_de_dispatch.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/sg_qe_db_dispatch.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/sg_qe_db_dispatch.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-cc -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/parasail/cigar.o -c -MD -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/parasail/cigar.c
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/sequence/dnaSeq-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/sequence/dnaSeq-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/sequence/dnaSeqFile-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/sequence/dnaSeqFile-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/sequence/sequence-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/sequence/sequence-v1.C
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/system/logging-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/system/logging-v1.C
utility/src/system/logging-v1.C:25:2: warning: #warning temporary using [-Wcpp]
25 | #warning temporary using
| ^~~
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/system/runtime-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/system/runtime-v1.C
In file included from utility/src/system/runtime-v1.C:24:
utility/src/version.H:26:104: warning: missing terminating ' character
26 | nges (r10376 5453c3fddb944f8d9e3fbc2edd2f1d545a83c949) (sync'd with github)
| ^
/home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/system/speedCounter-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/system/speedCounter-v1.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/system/sweatShop-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/system/sweatShop-v1.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/system/system-stackTrace-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/system/system-stackTrace-v1.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/utility/src/system/system-v1.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap utility/src/system/system-v1.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/correction/computeGlobalScore.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap correction/computeGlobalScore.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/correction/falconConsensus.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap correction/falconConsensus.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/correction/falconConsensus-alignTag.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap correction/falconConsensus-alignTag.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/stores/sqCache.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap stores/sqCache.C /home/jld170130/.conda/envs/CANU/bin/x86_64-conda-linux-gnu-c++ -o /home/jld170130/CANU/canu/build/obj/lib/libcanu.a/stores/sqLibrary.o -c -MD -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/jld170130/.conda/envs/CANU/include -pthread -fopenmp -fPIC -I/home/jld170130/CANU/canu/src -Iutility/src -Istores -Istores/libsnappy -Ialignment -Iutgcns/libNDalign -Iutgcns/libcns -Iutgcns/libpbutgcns -Iutgcns/libNDFalcon -Iutgcns/libboost -IoverlapInCore -IoverlapInCore/liboverlap store
The attachments don't come through email replies to GitHub unfortunately. However, there were some updates to canu's build system recently that likely were the cause of your issues. Try to build it again if you can or you can wait for the next release which should be available later this month.
Idle, should have been fixed by the commit and make file updates.
I can run the canu program successfully using two different fastqs of 20x reads from 5,160,000 base pairs, but the second I try running it with reads from smaller sequences it fails in the correction step.
I've tried it with 20x coverage reads from 10,000bp, 8000bp and ~4000bp. All fail in the same step.
Attached are two records from my terminal. One where canu finished the program (from one of two fastq reads from a 5,160,000 bp sample) and one record where canu stalled and aborted (when I tried to use it to assemble reads from a 10,000bp sequence).
What do you think is going on here?
failed_canu_run_record.txt successful_canu_run_record.txt