Simon Branford
Simon Branford
Test report by @branfosj **SUCCESS** Build succeeded for 6 out of 6 (1 easyconfigs in total) bear-pg0105u36b.bear.cluster - Linux RHEL 8.5, x86_64, Intel(R) Xeon(R) Platinum 8360Y CPU @ 2.40GHz (icelake),...
``` --------------------------------- Summary -------------------------------- Number of FAILED tests 18 Number of WRONG tests 6 Number of CORRECT tests 3604 Total number of tests 3628 -------------------------------------------------------------------------- Number of LEAKING tests 0...
There is a PR for patches documentation: https://github.com/easybuilders/easybuild/pull/642 which also links to https://github.com/easybuilders/easybuild-framework/pull/3412 ('Add patch step dict notation').
> failing CI > > > ERROR: Could not find a version that satisfies the requirement pycodestyle>=2.9.1 (from autopep8->-r requirements.txt (line 11)) (from versions: 1.8.0.dev0, 2.0.0a1, 2.0.0, 2.1.0, 2.2.0, 2.3.0,...
> After all > > ```lua > depens_on("Java") > ``` > > would work fine in modulefiles, we just don't have a means to specifying this. This will not work...
See the potential fix in #4063
That is from https://github.com/easybuilders/easybuild-framework/blob/d7409b3d68516a0bf70688d14e5750dedfbb8758/easybuild/tools/job/slurm.py#L119 ```py jobid_regex = re.compile("^Submitted batch job (?P[0-9]+)") ``` My instinct is to try removing the `^` from the regex.
At my site we have documented: ------------ If you see a message of '`unable to open connection to X11 display`' when generating plots in RStudio then you can do one...
Extra tests from me: * 6 fail * 7 fail * 8 success * 9 success It looks like a minimum of 8 cores is needed.
Error seen (from `TensorFlow/2.6.0/foss-2021a/tmpkuca27g9-bazel-tf/0db3977216c8a32952b67b0996300dd3/execroot/org_tensorflow/bazel-out/k8-opt/testlogs/tensorflow/python/data/kernel_tests/interleave_test/shard_1_of_24/test.log`: ``` ====================================================================== FAIL: testInterleaveDataset_test_mode_graph_tfapiversion_2_blocklength_3_cyclelength_None_inputvalues_4567_numparallelcalls_None (__main__.InterleaveTest) InterleaveTest.testInterleaveDataset_test_mode_graph_tfapiversion_2_blocklength_3_cyclelength_None_inputvalues_4567_numparallelcalls_None testInterleaveDataset_test_mode_graph_tfapiversion_2_blocklength_3_cyclelength_None_inputvalues_4567_numparallelcalls_None(mode='graph', tf_api_version=2, block_length=3, cycle_length=None, input_values=array([4, 5, 6, 7]), num_parallel_calls=None) ---------------------------------------------------------------------- Traceback (most recent call last): File "/rds/bear-apps/devel/eb-sjb-up/EL8/EL8-cas/software/TensorFlow/2.6.0-foss-2021a/lib/python3.9/site-packages/absl/testing/parameterized.py", line 314, in...