Skip to content

Instantly share code, notes, and snippets.

[mboisson@build-node modules]$ make
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
cut: /.git: No such file or directory
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
cut: /.git: No such file or directory
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
cut: /.git: No such file or directory
== 2022-02-03 22:14:01,848 easyblock.py:295 INFO This is EasyBuild 4.5.0-rce21bd8758bda3e28ace9d4e3c7527e50077cd81 (framework: 4.5.0-rbe97b6553afcefae7f1731e6e0e75462bb032218, easyblocks: 4.5.0-rce21bd8758bda3e28ace9d4e3c7527e50077cd81) on host build-node.computecanada.ca.
== 2022-02-03 22:14:01,848 easyblock.py:301 INFO This is easyblock MakeCp from module easybuild.easyblocks.generic.makecp (/cvmfs/soft.computecanada.ca/easybuild/site-packages/easybuild-easyblocks/easybuild/easyblocks/generic/makecp.py)
== 2022-02-03 22:14:01,849 easyblock.py:971 INFO Build dir set to /tmp/mboisson/avx2/rvtests/2.1.0/GCCcore-9.3.0
== 2022-02-03 22:14:01,850 easyblock.py:1031 INFO Software install dir set to /home/mboisson/.local/easybuild/software/2020/avx2/Core/rvtests/2.1.0
== 2022-02-03 22:14:01,850 easyblock.py:1036 INFO Module install dir set to /home/mboisson/.local/easybuild/modules/2020/
== 2022-02-03 22:14:01,850 easyblock.py:280 INFO Init completed for application name rvtests version 2.1.0
== 2022-02-03 22:14:01,
== 2021-10-22 20:01:35,795 easyblock.py:288 INFO This is EasyBuild 4.4.2-rebe1c83bb0ace8e379b4d8b981f3da0c46573c2e (framework: 4.4.2-rebe1c83bb0ace8e379b4d8b981f3da0c46573c2e, easyblocks: 4.4.2-rcf3e5a1bda2b9e70ef152029bf528fe030ac9ee5) on host build-node2.computecanada.ca.
== 2021-10-22 20:01:35,795 easyblock.py:294 INFO This is easyblock CMakeMake from module easybuild.easyblocks.generic.cmakemake (/cvmfs/soft.computecanada.ca/easybuild/site-packages/easybuild-easyblocks/easybuild/easyblocks/generic/cmakemake.py)
== 2021-10-22 20:01:35,796 easyblock.py:976 INFO Build dir set to /tmp/mboisson/avx2/ArrayFire/3.7.3/gofbc-2020.1.403.114
== 2021-10-22 20:01:35,797 easyblock.py:1036 INFO Software install dir set to /home/mboisson/.local/easybuild/software/2020/avx2/MPI/gcc9/cuda11.4/openmpi4/arrayfire/3.7.3
== 2021-10-22 20:01:35,797 easyblock.py:1041 INFO Module install dir set to /home/mboisson/.local/easybuild/modules/2020/
== 2021-10-22 20:01:35,797 easyblock.py:273 INFO Init completed for application name Ar
cd $HOME
mkdir -p git && cd git
git clone git@github.com:woodem/woo.git
cd woo
mkdir build && cd build
module load eigen boost python double-conversion tbb gts vtk hdf5
virtualenv $HOME/woo && source $HOME/woo/bin/activate
pip install pybind11
# This is the CMakeCache file.
# For build in directory: /home/mboisson/tmp/gazebo-gazebo11_11.7.0/build
# It was generated by CMake: /cvmfs/soft.computecanada.ca/gentoo/2020/usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
== 2021-08-04 14:10:23,114 easyblock.py:290 INFO This is EasyBuild 4.4.1-rdab827bf36865e0e6adf48747a2654e0230e13bb (framework: 4.4.1-rdab827bf36865e0e6adf48747a2654e0230e13bb, easyblocks: 4.4.1-r72c071533beb55041f89ab5950bc12de40f67b5c) on host build-node.computecanada.ca.
== 2021-08-04 14:10:23,114 easyblock.py:296 INFO This is easyblock CMakeMake from module easybuild.easyblocks.generic.cmakemake (/cvmfs/soft.computecanada.ca/easybuild/site-packages/easybuild-easyblocks/easybuild/easyblocks/generic/cmakemake.py)
== 2021-08-04 14:10:23,114 easyblock.py:964 INFO Build dir set to /tmp/mboisson/avx2/Gazebo/11.7.0/gmkl-2020a
== 2021-08-04 14:10:23,115 easyblock.py:1024 INFO Software install dir set to /home/mboisson/.local/easybuild/software/2020/avx2/Compiler/gcc9/gazebo/11.7.0
== 2021-08-04 14:10:23,115 easyblock.py:1029 INFO Module install dir set to /home/mboisson/.local/easybuild/modules/2020/
== 2021-08-04 14:10:23,115 easyblock.py:275 INFO Init completed for application name Gazebo version 11.7.0
== 2021-
name = 'Python'
version = '3.8.2'
homepage = 'https://python.org/'
description = """Python is a programming language that lets you work more quickly and integrate your systems
more effectively."""
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
toolchainopts = {'pic': True}
This file has been truncated, but you can view the full file.
== 2021-06-15 18:21:43,660 easyblock.py:283 INFO This is EasyBuild 4.3.4-rb538cf08261fd3bc40f99577ceda72fcf34cb007 (framework: 4.3.4-rb538cf08261fd3bc40f99577ceda72fcf34cb007, easyblocks: 4.3.4-r1f10e91b7b751de817500a56caa05674b9c3217b) on host build-node.computecanada.ca.
== 2021-06-15 18:21:43,660 easyblock.py:289 INFO This is easyblock EB_Python from module easybuild.easyblocks.python (/cvmfs/soft.computecanada.ca/easybuild/site-packages/easybuild-easyblocks/easybuild/easyblocks/p/python.py)
== 2021-06-15 18:21:43,660 easyblock.py:925 INFO Build dir set to /tmp/mboisson/avx2/Python/3.8.10/GCCcore-9.3.0
== 2021-06-15 18:21:43,661 easyblock.py:985 INFO Software install dir set to /home/mboisson/.local/easybuild/software/2020/avx2/Core/python/3.8.10
== 2021-06-15 18:21:43,661 easyblock.py:990 INFO Module install dir set to /home/mboisson/.local/easybuild/modules/2020/
== 2021-06-15 18:21:43,661 easyblock.py:268 INFO Init completed for application name Python version 3.8.10
== 2021-06-15 18:21:43,661 easyblock
@mboisson
mboisson / easybuild_test_report_11152_easybuilders_preasybuild-easyconfigs_20200924-UTC-14-09-03.md
Created August 24, 2020 14:09
EasyBuild test report for easybuilders/easybuild-easyconfigs PR #11152
@mboisson
mboisson / limix-bgen-3.0.3-GCCcore-9.3.0_partial.log
Created August 24, 2020 14:09
(partial) EasyBuild log for failed build of /tmp/eb-7kjuy5vx/files_pr11152/l/limix-bgen/limix-bgen-3.0.3-GCCcore-9.3.0.eb (PR #11152)
ucx/1.8.0
/cvmfs/soft.computecanada.ca/easybuild/modules/2020/Core:
admixture/1.3.0
annovar/2017Jul16
ascp/3.5.4
bbmap/38.86
bioperl/1.7.7
bolt-lmm/2.3.4
cudacore/.10.2.89
cudacore/.11.0.2