~remexre/#1429866

failed

3295c5dNathan Ringo

Watch the bin and parser directories.

Owner
~remexre
Created
a month ago
Updated
a month ago
Build manifest
view manifest »

Tasks

view log »
install-ocaml-deps view log »
build view log »
go to bottom »
go to top »
setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[#1429866] 2025/02/14 01:57:10 Booting image freebsd/latest (amd64) on port 22438
[#1429866] 2025/02/14 01:57:10 Waiting for guest to settle
[#1429866] 2025/02/14 01:57:31 Sending tasks
[#1429866] 2025/02/14 01:57:32 Sending build environment
[#1429866] 2025/02/14 01:57:33 Installing packages
Warning: Permanently added '[localhost]:22438' (ED25519) to the list of known hosts.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): . done
Processing candidates (1 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 9 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	gmake: 4.4.1
	gmp: 6.3.0
	libiconv: 1.17_1
	ocaml: 4.14.2
	ocaml-opam: 2.3.0
	patch: 2.7.6_2
	pkgconf: 2.3.0,1
	rsync: 3.4.1_2
	xxhash: 0.8.3

Number of packages to be installed: 9

The process will require 496 MiB more space.
141 MiB to be downloaded.
[1/9] Fetching patch-2.7.6_2.pkg: ........ done
[2/9] Fetching rsync-3.4.1_2.pkg: .......... done
[3/9] Fetching gmake-4.4.1.pkg: .......... done
[4/9] Fetching ocaml-opam-2.3.0.pkg: .......... done
[5/9] Fetching gmp-6.3.0.pkg: .......... done
[6/9] Fetching xxhash-0.8.3.pkg: ......... done
[7/9] Fetching libiconv-1.17_1.pkg: .......... done
[8/9] Fetching pkgconf-2.3.0,1.pkg: ... done
[9/9] Fetching ocaml-4.14.2.pkg: .......... done
Checking integrity... done (0 conflicting)
[1/9] Installing gmake-4.4.1...
[1/9] Extracting gmake-4.4.1: .......... done
[2/9] Installing gmp-6.3.0...
[2/9] Extracting gmp-6.3.0: .......... done
[3/9] Installing libiconv-1.17_1...
[3/9] Extracting libiconv-1.17_1: .......... done
[4/9] Installing ocaml-4.14.2...
[4/9] Extracting ocaml-4.14.2: .......... done
[5/9] Installing patch-2.7.6_2...
[5/9] Extracting patch-2.7.6_2: ..... done
[6/9] Installing pkgconf-2.3.0,1...
[6/9] Extracting pkgconf-2.3.0,1: .......... done
[7/9] Installing xxhash-0.8.3...
[7/9] Extracting xxhash-0.8.3: .......... done
[8/9] Installing rsync-3.4.1_2...
[8/9] Extracting rsync-3.4.1_2: .......... done
[9/9] Installing ocaml-opam-2.3.0...
[9/9] Extracting ocaml-opam-2.3.0: .......... done
=====
Message from rsync-3.4.1_2:

--
Some scripts provided by rsync, such as rrsync,
require Python, which is not installed by default.
[#1429866] 2025/02/14 01:58:31 Cloning repositories
Cloning into 'sylvan'...
+ cd sylvan
+ git checkout -q 3295c5d8c071423adaa79d152cacacb16194c59a
+ cd sylvan
+ git submodule update --init --recursive
[#1429866] 2025/02/14 01:58:32 Running task install-ocaml-deps
[#1429866] 2025/02/14 02:01:04 Running task build
[#1429866] 2025/02/14 02:01:08 Build failed.
[#1429866] 2025/02/14 02:01:08 The build environment will be kept alive for 10 minutes.
[#1429866] 2025/02/14 02:01:08 To log in with SSH and examine it, use the following command:
[#1429866] 2025/02/14 02:01:08 
[#1429866] 2025/02/14 02:01:08 	ssh -t builds@fra02.builds.sr.ht connect 1429866
[#1429866] 2025/02/14 02:01:08 
[#1429866] 2025/02/14 02:01:08 After logging in, the deadline is increased to your remaining build time.
[#1429866] 2025/02/14 02:11:08 Deadline elapsed. Terminating build environment.
[#1429866] 2025/02/14 02:11:08 Error: Running task on guest: exit status 1
install-ocaml-deps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
+ opam init --yes
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git, mercurial.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

<><> Required setup - please read <><><><><><><><><><><><><><><><><><><><><><><>

  In normal operation, opam only alters files within ~/.opam.

  However, to best integrate with your system, some environment variables
  should be set. If you allow it to, this initialisation step will update
  your bash configuration by adding the following line to ~/.profile:

    test -r '/home/build/.opam/opam-init/init.sh' && . '/home/build/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true

  Otherwise, every time you want to access your opam installation, you will
  need to run:

    eval $(opam env)

  You can always re-run this setup with 'opam init' later.

[WARNING] Shell not updated in non-interactive mode: use --shell-setup

<><> Creating initial switch 'default' (invariant ["ocaml" {>= "4.05.0"}] - initially with ocaml-system)

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml" {>= "4.05.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed base-bigarray.base
∗ installed base-threads.base
∗ installed base-unix.base
⬇ retrieved ocaml-system.4.14.2  (https://opam.ocaml.org/cache)
⬇ retrieved ocaml-config.2  (2 extra sources)
⬇ retrieved ocaml-config.2  (2 extra sources)
∗ installed ocaml-system.4.14.2
∗ installed ocaml-config.2
∗ installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=default)
++ opam env
+ eval 'OPAM_LAST_ENV='\''/home/build/.opam/.last-env/env-ccc8c819f8ae82a09c398621efd21242-0'\'';' export 'OPAM_LAST_ENV;' 'OPAM_SWITCH_PREFIX='\''/home/build/.opam/default'\'';' export 'OPAM_SWITCH_PREFIX;' 'CAML_LD_LIBRARY_PATH='\''/home/build/.opam/default/lib/stublibs:/usr/local/lib/ocaml/stublibs:/usr/local/lib/ocaml'\'';' export 'CAML_LD_LIBRARY_PATH;' 'OCAML_TOPLEVEL_PATH='\''/home/build/.opam/default/lib/toplevel'\'';' export 'OCAML_TOPLEVEL_PATH;' 'PATH='\''/home/build/.opam/default/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/build/bin'\'';' export 'PATH;'
++ OPAM_LAST_ENV=/home/build/.opam/.last-env/env-ccc8c819f8ae82a09c398621efd21242-0
++ export OPAM_LAST_ENV
++ OPAM_SWITCH_PREFIX=/home/build/.opam/default
++ export OPAM_SWITCH_PREFIX
++ CAML_LD_LIBRARY_PATH=/home/build/.opam/default/lib/stublibs:/usr/local/lib/ocaml/stublibs:/usr/local/lib/ocaml
++ export CAML_LD_LIBRARY_PATH
++ OCAML_TOPLEVEL_PATH=/home/build/.opam/default/lib/toplevel
++ export OCAML_TOPLEVEL_PATH
++ PATH=/home/build/.opam/default/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/build/bin
++ export PATH
+ cd sylvan/bs
+ opam install --deps-only --yes .
The following actions will be performed:
=== install 44 packages
  ∗ base                v0.16.3  [required by ppx_expect]
  ∗ conf-bash           1        [required by base]
  ∗ conf-gmp            4        [required by zarith]
  ∗ conf-pkg-config     4        [required by zarith]
  ∗ cppo                1.8.0    [required by ppx_deriving]
  ∗ csexp               1.5.2    [required by dune-configurator]
  ∗ dune                3.17.2   [required by sylvan_stage0, sylvan_stage0_parser]
  ∗ dune-build-info     3.17.2   [required by sylvan_stage0]
  ∗ dune-configurator   3.17.2   [required by base]
  ∗ gen                 1.1      [required by sedlex]
  ∗ jane-street-headers v0.16.0  [required by time_now]
  ∗ jst-config          v0.16.0  [required by time_now]
  ∗ menhir              20240715 [required by sylvan_stage0_parser]
  ∗ menhirCST           20240715 [required by menhir]
  ∗ menhirLib           20240715 [required by menhir]
  ∗ menhirSdk           20240715 [required by menhir]
  ∗ ocaml-compiler-libs v0.12.4  [required by ppxlib]
  ∗ ocamlbuild          0.15.0   [required by uucp]
  ∗ ocamlfind           1.9.8    [required by uucp, ppx_deriving, zarith]
  ∗ ppx_assert          v0.16.0  [required by jst-config]
  ∗ ppx_base            v0.16.0  [required by time_now]
  ∗ ppx_cold            v0.16.0  [required by ppx_base]
  ∗ ppx_compare         v0.16.0  [required by ppx_base]
  ∗ ppx_derivers        1.2.1    [required by ppx_deriving]
  ∗ ppx_deriving        6.0.3    [required by sylvan_stage0, sylvan_stage0_parser]
  ∗ ppx_enumerate       v0.16.0  [required by ppx_base]
  ∗ ppx_expect          v0.16.1  [required by sylvan_stage0, sylvan_stage0_parser]
  ∗ ppx_globalize       v0.16.0  [required by ppx_base]
  ∗ ppx_hash            v0.16.0  [required by ppx_base]
  ∗ ppx_here            v0.16.0  [required by ppx_expect]
  ∗ ppx_inline_test     v0.16.1  [required by ppx_expect]
  ∗ ppx_optcomp         v0.16.0  [required by time_now]
  ∗ ppx_sexp_conv       v0.16.0  [required by ppx_base]
  ∗ ppxlib              0.35.0   [required by ppx_expect, ppx_deriving, sedlex]
  ∗ re                  1.12.0   [required by ppx_expect]
  ∗ sedlex              3.3      [required by sylvan_stage0_parser]
  ∗ seq                 base     [required by re, gen]
  ∗ sexplib0            v0.16.0  [required by ppxlib, base]
  ∗ stdio               v0.16.0  [required by ppx_expect]
  ∗ stdlib-shims        0.3.0    [required by ppxlib]
  ∗ time_now            v0.16.0  [required by ppx_inline_test]
  ∗ topkg               1.0.7    [required by uucp]
  ∗ uucp                16.0.0   [required by sylvan_stage0]
  ∗ zarith              1.14     [required by sylvan_stage0_parser]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-bash.1
∗ installed conf-pkg-config.4
⬇ retrieved conf-gmp.4  (https://opam.ocaml.org/cache)
⬇ retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
⬇ retrieved base.v0.16.3  (https://opam.ocaml.org/cache)
∗ installed conf-gmp.4
⬇ retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
⬇ retrieved jane-street-headers.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved gen.1.1  (https://opam.ocaml.org/cache)
⬇ retrieved jst-config.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (https://opam.ocaml.org/cache)
⬇ retrieved ocaml-compiler-libs.v0.12.4  (https://opam.ocaml.org/cache)
⬇ retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_assert.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
⬇ retrieved ocamlbuild.0.15.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_cold.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_base.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_compare.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_deriving.6.0.3  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_enumerate.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_globalize.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_expect.v0.16.1  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_hash.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_here.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_optcomp.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_inline_test.v0.16.1  (https://opam.ocaml.org/cache)
⬇ retrieved ppx_sexp_conv.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved re.1.12.0  (https://opam.ocaml.org/cache)
⬇ retrieved ppxlib.0.35.0  (https://opam.ocaml.org/cache)
⬇ retrieved sedlex.3.3  (https://opam.ocaml.org/cache)
⬇ retrieved seq.base  (2 extra sources)
⬇ retrieved seq.base  (2 extra sources)
⬇ retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
⬇ retrieved stdio.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved time_now.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved topkg.1.0.7  (https://opam.ocaml.org/cache)
⬇ retrieved zarith.1.14  (https://opam.ocaml.org/cache)
⬇ retrieved uucp.16.0.0  (https://opam.ocaml.org/cache)
∗ installed dune.3.17.2
∗ installed ocamlbuild.0.15.0
∗ installed cppo.1.8.0
∗ installed csexp.1.5.2
∗ installed dune-build-info.3.17.2
∗ installed dune-configurator.3.17.2
∗ installed jane-street-headers.v0.16.0
∗ installed menhirCST.20240715
∗ installed menhirLib.20240715
∗ installed menhirSdk.20240715
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed menhir.20240715
∗ installed ocamlfind.1.9.8
∗ installed ppx_derivers.1.2.1
∗ installed seq.base
∗ installed sexplib0.v0.16.0
∗ installed gen.1.1
∗ installed base.v0.16.3
∗ installed re.1.12.0
∗ installed stdio.v0.16.0
∗ installed stdlib-shims.0.3.0
∗ installed topkg.1.0.7
∗ installed ppxlib.0.35.0
∗ installed uucp.16.0.0
∗ installed ppx_cold.v0.16.0
∗ installed ppx_compare.v0.16.0
∗ installed ppx_deriving.6.0.3
∗ installed ppx_enumerate.v0.16.0
∗ installed ppx_globalize.v0.16.0
∗ installed ppx_here.v0.16.0
∗ installed ppx_optcomp.v0.16.0
∗ installed ppx_sexp_conv.v0.16.0
∗ installed sedlex.3.3
∗ installed ppx_assert.v0.16.0
∗ installed ppx_hash.v0.16.0
∗ installed jst-config.v0.16.0
∗ installed ppx_base.v0.16.0
∗ installed zarith.1.14
∗ installed time_now.v0.16.0
∗ installed ppx_inline_test.v0.16.1
∗ installed ppx_expect.v0.16.1
Done.
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
++ opam env
+ eval 'OPAM_LAST_ENV='\''/home/build/.opam/.last-env/env-ccc8c819f8ae82a09c398621efd21242-0'\'';' export 'OPAM_LAST_ENV;' 'OPAM_SWITCH_PREFIX='\''/home/build/.opam/default'\'';' export 'OPAM_SWITCH_PREFIX;' 'CAML_LD_LIBRARY_PATH='\''/home/build/.opam/default/lib/stublibs:/usr/local/lib/ocaml/stublibs:/usr/local/lib/ocaml'\'';' export 'CAML_LD_LIBRARY_PATH;' 'OCAML_TOPLEVEL_PATH='\''/home/build/.opam/default/lib/toplevel'\'';' export 'OCAML_TOPLEVEL_PATH;' 'PATH='\''/home/build/.opam/default/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/build/bin'\'';' export 'PATH;'
++ OPAM_LAST_ENV=/home/build/.opam/.last-env/env-ccc8c819f8ae82a09c398621efd21242-0
++ export OPAM_LAST_ENV
++ OPAM_SWITCH_PREFIX=/home/build/.opam/default
++ export OPAM_SWITCH_PREFIX
++ CAML_LD_LIBRARY_PATH=/home/build/.opam/default/lib/stublibs:/usr/local/lib/ocaml/stublibs:/usr/local/lib/ocaml
++ export CAML_LD_LIBRARY_PATH
++ OCAML_TOPLEVEL_PATH=/home/build/.opam/default/lib/toplevel
++ export OCAML_TOPLEVEL_PATH
++ PATH=/home/build/.opam/default/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/build/bin
++ export PATH
+ cd sylvan
+ bash misc/scripts/bootstrap.sh
+ test '!' -d build
+ mkdir build
+ bash misc/scripts/build-stage0.sh
+ test '!' -d /home/build/sylvan/build
+ rm -r /home/build/sylvan/build
+ mkdir /home/build/sylvan/build
+ cd /home/build/sylvan/bs
+ dune build bin/main.exe
File "parser/parser.mly", line 18, characters 7-12:
Warning: the token Annot is unused.
File "parser/parser.mly", line 20, characters 7-13:
Warning: the token Aspect is unused.
File "parser/parser.mly", line 93, characters 7-24:
Warning: the token BlockCommentClose is unused.
File "parser/parser.mly", line 26, characters 7-10:
Warning: the token Inh is unused.
File "parser/parser.mly", line 32, characters 7-9:
Warning: the token On is unused.
File "parser/parser.mly", line 38, characters 7-10:
Warning: the token Syn is unused.
File "parser/parser.mly", line 42, characters 7-14:
Warning: the token Without is unused.
+ install _build/default/bin/main.exe /home/build/sylvan/build/sylvan-stage0
+ build/sylvan-stage0 src std sylvan -- sylvan::driver -I src -o build/sylvan-stage1 --target riscv64-unknown-linux-gnu sylvan::driver
error[E0043]: Could not find the module src. Tried the paths: []
 --> <<cmdline>>:1.20-23
  │
1 │ build/sylvan-stage0 src std sylvan -- sylvan::driver -I src -o build/sylvan-stage1 --target riscv64-unknown-linux-gnu sylvan::driver
  │                     ^~~
Raised at Sylvan_stage0__Driver.find_library.loop in file "lib/driver.ml", line 92, characters 8-94
Called from Sylvan_stage0_parser.parse_module in file "parser/sylvan_stage0_parser.ml", line 96, characters 12-45
Called from Sylvan_stage0__Driver.load_library in file "lib/driver.ml", line 106, characters 13-41
Called from Stdlib__Array.iter in file "array.ml", line 95, characters 31-48
Called from Dune__exe__Main.(fun) in file "bin/main.ml", line 237, characters 6-116
Called from Sylvan_stage0__Errors.with_exn_handler in file "lib/errors.ml", line 424, characters 21-27
Encountered 1 error.
Build complete: failed a month ago (took 3 minutes)