Test report for PR(s) easybuilders/easybuild-easyconfigs#22288
Build succeeded for 1 out of 1 (1 easyconfigs in total)
- SUCCESS xprop-1.2.8-GCCcore-13.3.0.eb
- start: Tue, 11 Feb 2025 21:40:19 +0000 (UTC)
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-2270195762-3335344054-2709297393-1000</user> | |
<keys> | |
<key installerType="Unknown" displayName="Microsoft SQL Server 2008 R2 (64-bit)" displayVersion=""> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft SQL Server 10</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA["c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x64\SetupARP.exe"]]></UninstallString> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>CSS-Only Quiz</title> | |
<style> | |
body { | |
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; |
void Main() | |
{ | |
var source = "Hi {{ this_is_the_wrong_identifier }}!"; | |
var template = new FluidParser().Parse(source); | |
// This replaces "this_is_the_wrong_identifier" with "name" | |
var visitor = new FixWrongIdentifier(); | |
template = visitor.VisitTemplate(template); | |
var context = new TemplateContext(); |
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp] | |
Script started on 2025-02-11 21:24:27+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-04" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=risc-v-04 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. |
#include <iostream> | |
using namespace std; | |
int main() | |
{ | |
const int SIZE = 10; | |
int num; | |
cout << "Enter a number: "; | |
cin >> num; |
Test report for PR(s) easybuilders/easybuild-easyconfigs#22288
Build succeeded for 1 out of 1 (1 easyconfigs in total)
Test report for PR(s) easybuilders/easybuild-easyconfigs#22285
Build succeeded for 1 out of 1 (1 easyconfigs in total)
Test report for PR(s) easybuilders/easybuild-easyconfigs#22292
Build succeeded for 0 out of 1 (1 easyconfigs in total)
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>CSS-Only Quiz</title> | |
<style> | |
body { | |
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; |