Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 17, 2021 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/b075af86692c73a9e7fbbf30e45f29f9 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/b075af86692c73a9e7fbbf30e45f29f9 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 22 seconds | https://github.com/NixOS/nixpkgs/pull/116579
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/0hf310zrksdpz96j5fgspf8bim44l918-brotlipy-0.7.0.tar.gz
source root is brotlipy-0.7.0
setting SOURCE_DATE_EPOCH to timestamp 1496132431 of file brotlipy-0.7.0/src/brotlipy.egg-info/top_level.txt
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/brotli
copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.8/brotli
copying src/brotli/build.py -> build/lib.linux-x86_64-3.8/brotli
copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.8/brotli
running build_clib
building 'libbrotli' library
creating build/temp.linux-x86_64-3.8
creating build/temp.linux-x86_64-3.8/libbrotli
creating build/temp.linux-x86_64-3.8/libbrotli/common
creating build/temp.linux-x86_64-3.8/libbrotli/dec
creating build/temp.linux-x86_64-3.8/libbrotli/enc
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.8/libbrotli/common/dictionary.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.8/libbrotli/dec/huffman.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.8/libbrotli/dec/bit_reader.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.8/libbrotli/dec/decode.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.8/libbrotli/dec/state.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/backward_references.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/backward_references_hq.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/bit_cost.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/block_splitter.o
In file included from libbrotli/enc/./block_splitter.h:14,
from libbrotli/enc/block_splitter.c:9:
libbrotli/enc/./block_splitter_inc.h: In function ‘SplitByteVectorLiteral’:
libbrotli/enc/./block_splitter_inc.h:403:61: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
403 | double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms);
libbrotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’
43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
| ^
libbrotli/enc/./block_splitter_inc.h:405:62: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
405 | uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen);
libbrotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’
43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
| ^
libbrotli/enc/./block_splitter_inc.h: In function ‘SplitByteVectorCommand’:
libbrotli/enc/./block_splitter_inc.h:403:61: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
403 | double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms);
libbrotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’
43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
| ^
libbrotli/enc/./block_splitter_inc.h:405:62: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
405 | uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen);
libbrotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’
43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
| ^
libbrotli/enc/./block_splitter_inc.h: In function ‘SplitByteVectorDistance’:
libbrotli/enc/./block_splitter_inc.h:403:61: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
403 | double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms);
libbrotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’
43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
| ^
libbrotli/enc/./block_splitter_inc.h:405:62: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
405 | uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen);
libbrotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’
43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
| ^
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/histogram.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/memory.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/literal_cost.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/brotli_bit_stream.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/compress_fragment_two_pass.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/compress_fragment.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/cluster.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/utf8_util.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/encode.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/metablock.o
In file included from libbrotli/enc/././block_splitter.h:14,
from libbrotli/enc/./metablock.h:14,
from libbrotli/enc/metablock.c:10:
libbrotli/enc/metablock.c: In function ‘ContextBlockSplitterFinishBlock’:
libbrotli/enc/metablock.c:279:45: warning: ‘*’ in boolean context, suggest ‘&&’ instead [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-in-bool-context-Wint-in-bool-context8;;]
279 | BROTLI_ALLOC(m, HistogramLiteral, 2 * num_contexts);
libbrotli/enc/./././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’
43 | ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
| ^
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/static_dict.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/dictionary_hash.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.8/libbrotli/enc/entropy_encode.o
ar rcs build/temp.linux-x86_64-3.8/liblibbrotli.a build/temp.linux-x86_64-3.8/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.8/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.8/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.8/libbrotli/dec/decode.o build/temp.linux-x86_64-3.8/libbrotli/dec/state.o build/temp.linux-x86_64-3.8/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.8/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.8/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.8/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.8/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.8/libbrotli/enc/memory.o build/temp.linux-x86_64-3.8/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.8/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.8/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.8/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.8/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.8/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.8/libbrotli/enc/encode.o build/temp.linux-x86_64-3.8/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.8/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.8/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.8/libbrotli/enc/entropy_encode.o
running build_ext
generating cffi module 'build/temp.linux-x86_64-3.8/_brotli.c'
building '_brotli' extension
creating build/temp.linux-x86_64-3.8/build
creating build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilibbrotli -Ilibbrotli/include -I/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/include/python3.8 -c build/temp.linux-x86_64-3.8/_brotli.c -o build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_brotli.o
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_brotli.o -L/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib -Lbuild/temp.linux-x86_64-3.8 -llibbrotli -lstdc++ -llibbrotli -o build/lib.linux-x86_64-3.8/brotli/_brotli.abi3.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/brotli
copying build/lib.linux-x86_64-3.8/brotli/brotli.py -> build/bdist.linux-x86_64/wheel/brotli
copying build/lib.linux-x86_64-3.8/brotli/_brotli.abi3.so -> build/bdist.linux-x86_64/wheel/brotli
copying build/lib.linux-x86_64-3.8/brotli/build.py -> build/bdist.linux-x86_64/wheel/brotli
copying build/lib.linux-x86_64-3.8/brotli/__init__.py -> build/bdist.linux-x86_64/wheel/brotli
running install_egg_info
running egg_info
writing src/brotlipy.egg-info/PKG-INFO
writing dependency_links to src/brotlipy.egg-info/dependency_links.txt
writing requirements to src/brotlipy.egg-info/requires.txt
writing top-level names to src/brotlipy.egg-info/top_level.txt
reading manifest file 'src/brotlipy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.cc' under directory 'libbrotli/enc'
warning: no files found matching '*.cc' under directory 'libbrotli/dec'
warning: no files found matching '*.cc' under directory 'libbrotli/common'
warning: no files found matching '*.c' under directory 'libbrotli/include'
warning: no files found matching '*.cc' under directory 'libbrotli/include'
writing manifest file 'src/brotlipy.egg-info/SOURCES.txt'
Copying src/brotlipy.egg-info to build/bdist.linux-x86_64/wheel/brotlipy-0.7.0-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/brotlipy-0.7.0.dist-info/WHEEL
creating 'dist/brotlipy-0.7.0-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'brotli/__init__.py'
adding 'brotli/_brotli.abi3.so'
adding 'brotli/brotli.py'
adding 'brotli/build.py'
adding 'brotlipy-0.7.0.dist-info/LICENSE'
adding 'brotlipy-0.7.0.dist-info/METADATA'
adding 'brotlipy-0.7.0.dist-info/WHEEL'
adding 'brotlipy-0.7.0.dist-info/top_level.txt'
adding 'brotlipy-0.7.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/brotlipy-0.7.0/dist /build/brotlipy-0.7.0
Processing ./brotlipy-0.7.0-cp38-cp38-linux_x86_64.whl
Requirement already satisfied: cffi>=1.0.0 in /nix/store/8939zhnfaqh7i7bscxw99c6lyd6gi7p8-python3.8-cffi-1.14.5/lib/python3.8/site-packages (from brotlipy==0.7.0) (1.14.5)
Requirement already satisfied: pycparser in /nix/store/55bh6g25pf6l7s1vsy909pj4k215am2r-python3.8-pycparser-2.20/lib/python3.8/site-packages (from cffi>=1.0.0->brotlipy==0.7.0) (2.20)
Installing collected packages: brotlipy
Successfully installed brotlipy-0.7.0
/build/brotlipy-0.7.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/cr4risbq2zbdpiznp7ixbqs1y1a8d5v8-python3.8-brotlipy-0.7.0
shrinking /nix/store/cr4risbq2zbdpiznp7ixbqs1y1a8d5v8-python3.8-brotlipy-0.7.0/lib/python3.8/site-packages/brotli/_brotli.abi3.so
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/cr4risbq2zbdpiznp7ixbqs1y1a8d5v8-python3.8-brotlipy-0.7.0/lib
patching script interpreter paths in /nix/store/cr4risbq2zbdpiznp7ixbqs1y1a8d5v8-python3.8-brotlipy-0.7.0
checking for references to /build/ in /nix/store/cr4risbq2zbdpiznp7ixbqs1y1a8d5v8-python3.8-brotlipy-0.7.0...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment