Home Explore Blog CI



migrate

total: 83, pass: 74, fail: 9

    migrate                     run `migrate` test
                                It checks out git to v 0.2.0, creates a knowledge-base, and
                                run `migrate` until the knowledge-base is migrated to the
                                newest version.
                                Since it runs `git checkout`, it may mess up your working
                                tree. If you have uncommitted changes, this test will do
                                nothing and fail.

TOC

Cases

4c3b9e864-linux
 

tested at: 2025-01-31T13:19:57.917499Z (222 days ago)

elapsed time: 492,605 ms

suite

c256e7191-linux
 

tested at: 2025-02-01T13:33:17.370823Z (221 days ago)

elapsed time: 496,555 ms

suite

96a9da6f8-linux
 

tested at: 2025-02-01T14:43:58.869373Z (221 days ago)

elapsed time: 494,100 ms

suite

9bbffcadd-linux
 

tested at: 2025-02-02T09:05:10.457957Z (221 days ago)

elapsed time: 494,508 ms

suite

ed30e8e33-linux
 

tested at: 2025-02-02T14:10:34.499863Z (220 days ago)

elapsed time: 495,213 ms

suite

ea4dd6340-linux
 

tested at: 2025-02-02T16:15:48.629665Z (220 days ago)

elapsed time: 503,584 ms

suite

11bcd4263-linux
 

tested at: 2025-02-03T17:04:26.540585Z (219 days ago)

elapsed time: 500,696 ms

suite

bbc20ccd9-linux
 

tested at: 2025-02-04T15:10:26.917676Z (218 days ago)

elapsed time: 495,361 ms

suite

6b1add466-linux
 

tested at: 2025-02-05T15:29:51.351113Z (217 days ago)

elapsed time: 500,055 ms

suite

c3b2d5dc0-linux
 

tested at: 2025-02-05T16:21:42.336285Z (217 days ago)

elapsed time: 497,524 ms

suite

5d6414fd8-linux
 

tested at: 2025-02-06T15:55:46.906731Z (216 days ago)

elapsed time: 546,502 ms

suite

b014ba9c9-linux
 

tested at: 2025-02-07T16:11:19.427628Z (215 days ago)

elapsed time: 549,116 ms

suite

936dff1b8-linux
 

tested at: 2025-02-08T07:18:57.662601Z (215 days ago)

elapsed time: 544,942 ms

suite

e049b3670-linux
 

tested at: 2025-02-08T09:14:50.625391Z (215 days ago)

elapsed time: 544,360 ms

suite

e1bd987f2-linux
 

tested at: 2025-02-09T13:52:50.577849Z (213 days ago)

elapsed time: 543,811 ms

suite

119cb72f0-mac
 

tested at: 2025-02-13T11:03:41.308826Z (210 days ago)

elapsed time: 149,321 ms

suite

e38845246-mac
 

tested at: 2025-02-14T10:49:06.096222Z (209 days ago)

elapsed time: 153,940 ms

suite

470ab07da-linux
 

tested at: 2025-02-15T18:21:48.654767Z (207 days ago)

elapsed time: 42,010 ms

suite

c6f1d1ec3-linux
 

tested at: 2025-02-15T19:25:27.035811Z (207 days ago)

elapsed time: 95,498 ms

suite

a282bee7d-mac
 

tested at: 2025-02-16T22:19:46.278551Z (206 days ago)

elapsed time: 73,767 ms

suite

3e76f8b4f-linux
 

tested at: 2025-02-17T01:09:23.586875Z (206 days ago)

elapsed time: 93,047 ms

suite

0bfcdc3e5-linux
 

tested at: 2025-02-17T23:02:16.263362Z (205 days ago)

elapsed time: 94,142 ms

Error

Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 377, in <module>
    test()
  File "/home/baehyunsol/Documents/ragit/tests/migrate.py", line 90, in migrate
    cargo_run(["migrate"])
  File "/home/baehyunsol/Documents/ragit/tests/utils.py", line 65, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.

suite

5d15f3ade-linux
 

tested at: 2025-02-19T01:05:38.745266Z (204 days ago)

elapsed time: 93,236 ms

Error

Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 377, in <module>
    test()
  File "/home/baehyunsol/Documents/ragit/tests/migrate.py", line 90, in migrate
    cargo_run(["migrate"])
  File "/home/baehyunsol/Documents/ragit/tests/utils.py", line 65, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.

suite

d283fd55c-mac
 

tested at: 2025-02-20T10:48:05.861169Z (203 days ago)

elapsed time: 168,843 ms

Error

Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 377, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/migrate.py", line 90, in migrate
    cargo_run(["migrate"])
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 65, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.

suite

7912db142-linux
 

tested at: 2025-02-20T21:08:53.813099Z (202 days ago)

elapsed time: 91,986 ms

Error

Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 393, in <module>
    "error": None,
  File "/home/baehyunsol/Documents/ragit/tests/migrate.py", line 90, in migrate
    cargo_run(["migrate"])
  File "/home/baehyunsol/Documents/ragit/tests/utils.py", line 65, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'migrate']' returned non-zero exit status 1.

suite

319b5e4fe-mac
 

tested at: 2025-02-21T11:22:37.525002Z (202 days ago)

elapsed time: 182,273 ms

suite

632949da6-linux
 

tested at: 2025-02-22T00:04:30.493006Z (201 days ago)

elapsed time: 92,830 ms

suite

5b3ae7fd7-linux
 

tested at: 2025-02-22T13:23:38.813172Z (200 days ago)

elapsed time: 92,730 ms

suite

a53323dbc-windows
 

tested at: 2025-02-23T12:06:32.581533Z (200 days ago)

elapsed time: 381,834 ms

suite

499147737-linux
 

tested at: 2025-02-23T19:52:59.344108Z (199 days ago)

elapsed time: 88,861 ms

suite

6ae9fcff5-linux
 

tested at: 2025-02-24T21:11:27.969515Z (198 days ago)

elapsed time: 92,319 ms

suite

976387664-mac
 

tested at: 2025-02-25T10:21:57.114315Z (198 days ago)

elapsed time: 179,279 ms

suite

8eb57e98b-linux
 

tested at: 2025-02-26T00:11:13.124361Z (197 days ago)

elapsed time: 90,796 ms

suite

8071c3063-linux
 

tested at: 2025-02-26T20:31:03.132225Z (196 days ago)

elapsed time: 102,009 ms

suite

b08604d5b-linux
 

tested at: 2025-02-27T22:17:10.555252Z (195 days ago)

elapsed time: 103,352 ms

suite

5387e6dec-mac
 

tested at: 2025-02-28T11:26:54.429209Z (195 days ago)

elapsed time: 201,700 ms

suite

fec3323ea-linux
 

tested at: 2025-03-01T12:48:39.169037Z (194 days ago)

elapsed time: 102,526 ms

suite

c5b003a21-linux
 

tested at: 2025-03-02T01:39:46.519770Z (193 days ago)

elapsed time: 102,689 ms

suite

7811aeb05-linux
 

tested at: 2025-03-03T19:29:08.807193Z (191 days ago)

elapsed time: 73,055 ms

suite

81df26c11-linux
 

tested at: 2025-03-03T21:49:32.573405Z (191 days ago)

elapsed time: 119,308 ms

suite

85ae32984-linux
 

tested at: 2025-03-04T22:05:09.327920Z (190 days ago)

elapsed time: 120,906 ms

suite

56f0686db-linux
 

tested at: 2025-03-06T00:32:55.162195Z (189 days ago)

elapsed time: 120,078 ms

suite

0d837ef41-linux
 

tested at: 2025-03-07T01:10:52.766008Z (188 days ago)

elapsed time: 124,464 ms

suite

98a44e386-linux
 

tested at: 2025-03-08T13:37:45.309833Z (186 days ago)

elapsed time: 124,745 ms

suite

bf63890c0-linux
 

tested at: 2025-03-09T00:38:56.569526Z (186 days ago)

elapsed time: 122,266 ms

suite

bf63890c0-windows
 

tested at: 2025-03-09T14:13:04.841105Z (185 days ago)

elapsed time: 312,278 ms

suite

97b4dd02c-mac
 

tested at: 2025-03-10T11:01:50.525266Z (185 days ago)

elapsed time: 235,612 ms

suite

0550e1646-linux
 

tested at: 2025-03-10T22:06:31.618023Z (184 days ago)

elapsed time: 120,307 ms

suite

1ad288e5e-mac
 

tested at: 2025-03-12T11:49:54.685992Z (183 days ago)

elapsed time: 240,922 ms

suite

ee72580d7-linux
 

tested at: 2025-03-15T01:23:08.009762Z (180 days ago)

elapsed time: 119,681 ms

suite

ec6d09311-linux
 

tested at: 2025-03-21T01:05:42.480054Z (174 days ago)

elapsed time: 127,101 ms

suite

bac550a12-linux
 

tested at: 2025-03-23T22:32:14.898790Z (171 days ago)

elapsed time: 115,294 ms

suite

585c4f8ba-linux
 

tested at: 2025-03-31T22:46:05.278555Z (163 days ago)

elapsed time: 120,442 ms

suite

239d2df2c-linux
 

tested at: 2025-04-01T22:38:25.777417Z (162 days ago)

elapsed time: 123,793 ms

suite

90d1f221f-mac
 

tested at: 2025-04-02T11:15:28.201699Z (162 days ago)

elapsed time: 243,202 ms

suite

ca1d9b482-mac
 

tested at: 2025-04-03T11:32:16.038744Z (161 days ago)

elapsed time: 231,074 ms

suite

51578f8d5-mac
 

tested at: 2025-04-04T13:59:04.442731Z (159 days ago)

elapsed time: 228,255 ms

suite

376ca3ee4-linux
 

tested at: 2025-04-11T21:47:12.055124Z (152 days ago)

elapsed time: 125,449 ms

suite

04ee6286f-mac
 

tested at: 2025-05-09T11:29:30.226975Z (125 days ago)

elapsed time: 212,580 ms

suite

027a29d16-mac
 

tested at: 2025-05-14T14:26:51.020259Z (119 days ago)

elapsed time: 248,479 ms

suite

adcf25624-linux
 

tested at: 2025-05-15T23:00:24.413178Z (118 days ago)

elapsed time: 148,292 ms

suite

7cebb43a6-linux
 

tested at: 2025-05-17T00:48:25.067654Z (117 days ago)

elapsed time: 148,127 ms

suite

ba3b6b026-linux
 

tested at: 2025-05-18T09:48:01.799303Z (116 days ago)

elapsed time: 151,199 ms

suite

5ba0a12a6-mac
 

tested at: 2025-05-19T10:47:10.063082Z (115 days ago)

elapsed time: 260,554 ms

suite

92df3569e-linux
 

tested at: 2025-05-20T00:59:40.946018Z (114 days ago)

elapsed time: 149,491 ms

suite

3aa665352-linux
 

tested at: 2025-05-23T00:18:04.093493Z (111 days ago)

elapsed time: 152,785 ms

suite

16a6c7ac3-linux
 

tested at: 2025-05-24T20:40:39.036733Z (109 days ago)

elapsed time: 143,731 ms

suite

774e5c41d-linux
 

tested at: 2025-05-29T21:31:38.721609Z (104 days ago)

elapsed time: 1,165,691 ms

suite

3c6b6ebe1-linux
 

tested at: 2025-05-31T05:38:30.224392Z (103 days ago)

elapsed time: 1,133,174 ms

suite

f0327eaea-linux
 

tested at: 2025-06-01T18:34:31.254192Z (101 days ago)

elapsed time: 126,111 ms

suite

bb69badeb-linux
 

tested at: 2025-06-02T00:08:14.271670Z (101 days ago)

elapsed time: 121,614 ms

suite

29a3bf1cb-linux
 

tested at: 2025-06-03T01:16:18.813157Z (100 days ago)

elapsed time: 122,051 ms

suite

7f979aa5e-mac
 

tested at: 2025-06-05T12:05:40.934810Z (98 days ago)

elapsed time: 197,387 ms

suite

0526d3e20-linux
 

tested at: 2025-06-05T16:46:27.585326Z (97 days ago)

elapsed time: 1,202,679 ms

suite

0526d3e20-windows
 

tested at: 2025-06-07T08:13:40.365332Z (96 days ago)

elapsed time: 38,766 ms

Error

Command '['cargo', 'run', '--release', '--no-default-features', '--', 'config', '--set', 'model', 'dummy']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "C:\Users\baehy\ragit\tests\tests.py", line 720, in <module>
  File "C:\Users\baehy\ragit\tests\migrate.py", line 81, in migrate
  File "C:\Users\baehy\ragit\tests\migrate.py", line 47, in init_knowledge_base
    assert "sample0.md" in cargo_run(["tfidf", "baehyunsol"], stdout=True)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\baehy\ragit\tests\utils.py", line 87, in cargo_run
    cargo_run(["check"])
         ~~~~^^^^^^^^^^^
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.1008.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 577, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'config', '--set', 'model', 'dummy']' returned non-zero exit status 1.

suite

869568e0b-linux
 

tested at: 2025-06-09T20:06:53.014494Z (93 days ago)

elapsed time: 1,172,282 ms

suite

a5cdea9c6-mac
 

tested at: 2025-06-20T11:50:38.004891Z (83 days ago)

elapsed time: 193,952 ms

suite

3e136fdeb-mac
 

tested at: 2025-06-27T11:25:09.159801Z (76 days ago)

elapsed time: 205,186 ms

suite

a24618552-mac
 

tested at: 2025-07-09T12:03:26.241876Z (64 days ago)

elapsed time: 203,673 ms

suite

a0c02bb2e-linux
 

tested at: 2025-07-21T08:03:09.691900Z (52 days ago)

elapsed time: 1,109,121 ms

Error

Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.
Traceback (most recent call last):
  File "/home/ubuntu/Documents/ragit/tests/tests.py", line 791, in <module>
    result["result"]["fail"] += 1
    ^^^^^^
  File "/home/ubuntu/Documents/ragit/tests/migrate.py", line 110, in migrate
    cargo_run(["migrate"])
  File "/home/ubuntu/Documents/ragit/tests/utils.py", line 88, in cargo_run
    result = subprocess.run(args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.

suite

a0c02bb2e-mac
 

tested at: 2025-07-21T11:53:02.138116Z (52 days ago)

elapsed time: 173,555 ms

Error

Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.2-dev/tests/tests.py", line 791, in <module>
    result["result"]["fail"] += 1
  File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.2-dev/tests/migrate.py", line 110, in migrate
    cargo_run(["migrate"])
  File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.2-dev/tests/utils.py", line 88, in cargo_run
    result = subprocess.run(args, **kwargs)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.

suite

45d75cf09-linux
 

tested at: 2025-07-25T08:20:45.661982Z (48 days ago)

elapsed time: 1,186,327 ms

Error

Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.
Traceback (most recent call last):
  File "/home/ubuntu/Documents/ragit/tests/tests.py", line 802, in <module>
    finally:
        ^^^^^
  File "/home/ubuntu/Documents/ragit/tests/migrate.py", line 110, in migrate
    cargo_run(["migrate"])
  File "/home/ubuntu/Documents/ragit/tests/utils.py", line 88, in cargo_run
    result = subprocess.run(args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.

suite

ad17ef1a2-linux
 

tested at: 2025-08-01T14:20:52.926510Z (40 days ago)

elapsed time: 1,106,509 ms

Error

Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.
Traceback (most recent call last):
  File "/home/ubuntu/Documents/ragit/tests/tests.py", line 802, in <module>
    finally:
        ^^^^^
  File "/home/ubuntu/Documents/ragit/tests/migrate.py", line 110, in migrate
    cargo_run(["migrate"])
  File "/home/ubuntu/Documents/ragit/tests/utils.py", line 82, in cargo_run
    kwargs["capture_output"] = True
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'migrate']' returned non-zero exit status 101.

suite